diff options
Diffstat (limited to 'src/lib/libcrypto/ct/cterr.h')
-rw-r--r-- | src/lib/libcrypto/ct/cterr.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/lib/libcrypto/ct/cterr.h b/src/lib/libcrypto/ct/cterr.h index feb7bc5663..4ef1b67f98 100644 --- a/src/lib/libcrypto/ct/cterr.h +++ b/src/lib/libcrypto/ct/cterr.h | |||
@@ -1,5 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | * Generated by util/mkerr.pl DO NOT EDIT | ||
3 | * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved. | 2 | * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved. |
4 | * | 3 | * |
5 | * Licensed under the OpenSSL license (the "License"). You may not use | 4 | * Licensed under the OpenSSL license (the "License"). You may not use |
@@ -11,17 +10,14 @@ | |||
11 | #ifndef HEADER_CTERR_H | 10 | #ifndef HEADER_CTERR_H |
12 | # define HEADER_CTERR_H | 11 | # define HEADER_CTERR_H |
13 | 12 | ||
14 | # ifndef HEADER_SYMHACKS_H | ||
15 | # include <openssl/symhacks.h> | ||
16 | # endif | ||
17 | |||
18 | # include <openssl/opensslconf.h> | 13 | # include <openssl/opensslconf.h> |
19 | 14 | ||
20 | # ifndef OPENSSL_NO_CT | 15 | # ifndef OPENSSL_NO_CT |
21 | 16 | ||
22 | # ifdef __cplusplus | 17 | #ifdef __cplusplus |
23 | extern "C" | 18 | extern "C" |
24 | # endif | 19 | #endif |
20 | |||
25 | int ERR_load_CT_strings(void); | 21 | int ERR_load_CT_strings(void); |
26 | 22 | ||
27 | /* | 23 | /* |