diff options
author | beck <> | 2021-11-20 01:10:49 +0000 |
---|---|---|
committer | beck <> | 2021-11-20 01:10:49 +0000 |
commit | b7cded0ac3a92a8240de5424e37e204c1f237e33 (patch) | |
tree | 09562d0baf42f60ea370c64468465708195ec887 /src/lib/libcrypto/ct/cterr.h | |
parent | ee06c57264840b41bbfa4268ff3d304fac1409d9 (diff) | |
download | openbsd-b7cded0ac3a92a8240de5424e37e204c1f237e33.tar.gz openbsd-b7cded0ac3a92a8240de5424e37e204c1f237e33.tar.bz2 openbsd-b7cded0ac3a92a8240de5424e37e204c1f237e33.zip |
Make these files compile - not hooked up to build yet.
ok jsing@ tb@
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 | /* |