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