diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2019-05-28 20:13:54 +0000 | 
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2019-05-28 20:13:54 +0000 | 
| commit | 10d08b8de39401736faf1f37a8c6121cdd6814c8 (patch) | |
| tree | 3eb1a0ee652178757d91d9bab8053aa7bece8c27 /crypto/err/err.h | |
| parent | d98e9d8878016a75426544bc9110d4ce403abf61 (diff) | |
Diffstat (limited to 'crypto/err/err.h')
| -rw-r--r-- | crypto/err/err.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/crypto/err/err.h b/crypto/err/err.h index f42365620db0..1862456e9bf7 100644 --- a/crypto/err/err.h +++ b/crypto/err/err.h @@ -56,7 +56,7 @@   * [including the GNU Public Licence.]   */  /* ==================================================================== - * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved. + * Copyright (c) 1998-2019 The OpenSSL Project.  All rights reserved.   *   * Redistribution and use in source and binary forms, with or without   * modification, are permitted provided that the following conditions @@ -143,6 +143,7 @@ extern "C" {  # define ERR_TXT_STRING          0x02  # define ERR_FLAG_MARK           0x01 +# define ERR_FLAG_CLEAR          0x02  # define ERR_NUM_ERRORS  16  typedef struct err_state_st { | 
