diff options
| author | miod <> | 2014-04-13 15:16:40 +0000 | 
|---|---|---|
| committer | miod <> | 2014-04-13 15:16:40 +0000 | 
| commit | 52628ee3f51f011b463aaedb1a28aa0524b43cb3 (patch) | |
| tree | 4bd2adeac981051908ec5756401424bbb4e57d6a /src/lib/libcrypto/err/err_all.c | |
| parent | 40c22d3625a3818690c889ed6216fedf2be522c9 (diff) | |
| download | openbsd-52628ee3f51f011b463aaedb1a28aa0524b43cb3.tar.gz openbsd-52628ee3f51f011b463aaedb1a28aa0524b43cb3.tar.bz2 openbsd-52628ee3f51f011b463aaedb1a28aa0524b43cb3.zip | |
Import OpenSSL 1.0.1g
Diffstat (limited to 'src/lib/libcrypto/err/err_all.c')
| -rw-r--r-- | src/lib/libcrypto/err/err_all.c | 19 | 
1 files changed, 10 insertions, 9 deletions
| diff --git a/src/lib/libcrypto/err/err_all.c b/src/lib/libcrypto/err/err_all.c index bd8946d8ba..8eb547d98d 100644 --- a/src/lib/libcrypto/err/err_all.c +++ b/src/lib/libcrypto/err/err_all.c | |||
| @@ -64,7 +64,9 @@ | |||
| 64 | #endif | 64 | #endif | 
| 65 | #include <openssl/buffer.h> | 65 | #include <openssl/buffer.h> | 
| 66 | #include <openssl/bio.h> | 66 | #include <openssl/bio.h> | 
| 67 | #ifndef OPENSSL_NO_COMP | ||
| 67 | #include <openssl/comp.h> | 68 | #include <openssl/comp.h> | 
| 69 | #endif | ||
| 68 | #ifndef OPENSSL_NO_RSA | 70 | #ifndef OPENSSL_NO_RSA | 
| 69 | #include <openssl/rsa.h> | 71 | #include <openssl/rsa.h> | 
| 70 | #endif | 72 | #endif | 
| @@ -95,6 +97,9 @@ | |||
| 95 | #include <openssl/ui.h> | 97 | #include <openssl/ui.h> | 
| 96 | #include <openssl/ocsp.h> | 98 | #include <openssl/ocsp.h> | 
| 97 | #include <openssl/err.h> | 99 | #include <openssl/err.h> | 
| 100 | #ifdef OPENSSL_FIPS | ||
| 101 | #include <openssl/fips.h> | ||
| 102 | #endif | ||
| 98 | #include <openssl/ts.h> | 103 | #include <openssl/ts.h> | 
| 99 | #ifndef OPENSSL_NO_CMS | 104 | #ifndef OPENSSL_NO_CMS | 
| 100 | #include <openssl/cms.h> | 105 | #include <openssl/cms.h> | 
| @@ -102,11 +107,6 @@ | |||
| 102 | #ifndef OPENSSL_NO_JPAKE | 107 | #ifndef OPENSSL_NO_JPAKE | 
| 103 | #include <openssl/jpake.h> | 108 | #include <openssl/jpake.h> | 
| 104 | #endif | 109 | #endif | 
| 105 | #include <openssl/comp.h> | ||
| 106 | |||
| 107 | #ifdef OPENSSL_FIPS | ||
| 108 | #include <openssl/fips.h> | ||
| 109 | #endif | ||
| 110 | 110 | ||
| 111 | void ERR_load_crypto_strings(void) | 111 | void ERR_load_crypto_strings(void) | 
| 112 | { | 112 | { | 
| @@ -130,7 +130,9 @@ void ERR_load_crypto_strings(void) | |||
| 130 | ERR_load_ASN1_strings(); | 130 | ERR_load_ASN1_strings(); | 
| 131 | ERR_load_CONF_strings(); | 131 | ERR_load_CONF_strings(); | 
| 132 | ERR_load_CRYPTO_strings(); | 132 | ERR_load_CRYPTO_strings(); | 
| 133 | #ifndef OPENSSL_NO_COMP | ||
| 133 | ERR_load_COMP_strings(); | 134 | ERR_load_COMP_strings(); | 
| 135 | #endif | ||
| 134 | #ifndef OPENSSL_NO_EC | 136 | #ifndef OPENSSL_NO_EC | 
| 135 | ERR_load_EC_strings(); | 137 | ERR_load_EC_strings(); | 
| 136 | #endif | 138 | #endif | 
| @@ -153,15 +155,14 @@ void ERR_load_crypto_strings(void) | |||
| 153 | #endif | 155 | #endif | 
| 154 | ERR_load_OCSP_strings(); | 156 | ERR_load_OCSP_strings(); | 
| 155 | ERR_load_UI_strings(); | 157 | ERR_load_UI_strings(); | 
| 158 | #ifdef OPENSSL_FIPS | ||
| 159 | ERR_load_FIPS_strings(); | ||
| 160 | #endif | ||
| 156 | #ifndef OPENSSL_NO_CMS | 161 | #ifndef OPENSSL_NO_CMS | 
| 157 | ERR_load_CMS_strings(); | 162 | ERR_load_CMS_strings(); | 
| 158 | #endif | 163 | #endif | 
| 159 | #ifndef OPENSSL_NO_JPAKE | 164 | #ifndef OPENSSL_NO_JPAKE | 
| 160 | ERR_load_JPAKE_strings(); | 165 | ERR_load_JPAKE_strings(); | 
| 161 | #endif | 166 | #endif | 
| 162 | ERR_load_COMP_strings(); | ||
| 163 | #endif | ||
| 164 | #ifdef OPENSSL_FIPS | ||
| 165 | ERR_load_FIPS_strings(); | ||
| 166 | #endif | 167 | #endif | 
| 167 | } | 168 | } | 
