diff options
| author | djm <> | 2010-10-01 22:59:01 +0000 |
|---|---|---|
| committer | djm <> | 2010-10-01 22:59:01 +0000 |
| commit | 8922d4bc4a8b8893d72a48deb2cdf58215f98505 (patch) | |
| tree | 939b752540947d33507b3acc48d76a8bfb7c3dc3 /src/lib/libcrypto/err/openssl.ec | |
| parent | 76262f7bf9262f965142b1b2b2105cb279c5c696 (diff) | |
| download | openbsd-8922d4bc4a8b8893d72a48deb2cdf58215f98505.tar.gz openbsd-8922d4bc4a8b8893d72a48deb2cdf58215f98505.tar.bz2 openbsd-8922d4bc4a8b8893d72a48deb2cdf58215f98505.zip | |
resolve conflicts, fix local changes
Diffstat (limited to 'src/lib/libcrypto/err/openssl.ec')
| -rw-r--r-- | src/lib/libcrypto/err/openssl.ec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/lib/libcrypto/err/openssl.ec b/src/lib/libcrypto/err/openssl.ec index 868826624d..e0554b4342 100644 --- a/src/lib/libcrypto/err/openssl.ec +++ b/src/lib/libcrypto/err/openssl.ec | |||
| @@ -31,13 +31,15 @@ L COMP crypto/comp/comp.h crypto/comp/comp_err.c | |||
| 31 | L ECDSA crypto/ecdsa/ecdsa.h crypto/ecdsa/ecs_err.c | 31 | L ECDSA crypto/ecdsa/ecdsa.h crypto/ecdsa/ecs_err.c |
| 32 | L ECDH crypto/ecdh/ecdh.h crypto/ecdh/ech_err.c | 32 | L ECDH crypto/ecdh/ecdh.h crypto/ecdh/ech_err.c |
| 33 | L STORE crypto/store/store.h crypto/store/str_err.c | 33 | L STORE crypto/store/store.h crypto/store/str_err.c |
| 34 | L FIPS fips/fips.h crypto/fips_err.h | 34 | L TS crypto/ts/ts.h crypto/ts/ts_err.c |
| 35 | L HMAC crypto/hmac/hmac.h crypto/hmac/hmac_err.c | ||
| 35 | L CMS crypto/cms/cms.h crypto/cms/cms_err.c | 36 | L CMS crypto/cms/cms.h crypto/cms/cms_err.c |
| 36 | L JPAKE crypto/jpake/jpake.h crypto/jpake/jpake_err.c | 37 | L JPAKE crypto/jpake/jpake.h crypto/jpake/jpake_err.c |
| 37 | 38 | ||
| 38 | # additional header files to be scanned for function names | 39 | # additional header files to be scanned for function names |
| 39 | L NONE crypto/x509/x509_vfy.h NONE | 40 | L NONE crypto/x509/x509_vfy.h NONE |
| 40 | L NONE crypto/ec/ec_lcl.h NONE | 41 | L NONE crypto/ec/ec_lcl.h NONE |
| 42 | L NONE crypto/asn1/asn_lcl.h NONE | ||
| 41 | L NONE crypto/cms/cms_lcl.h NONE | 43 | L NONE crypto/cms/cms_lcl.h NONE |
| 42 | 44 | ||
| 43 | 45 | ||
| @@ -71,6 +73,11 @@ R SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY 1071 | |||
| 71 | R SSL_R_TLSV1_ALERT_INTERNAL_ERROR 1080 | 73 | R SSL_R_TLSV1_ALERT_INTERNAL_ERROR 1080 |
| 72 | R SSL_R_TLSV1_ALERT_USER_CANCELLED 1090 | 74 | R SSL_R_TLSV1_ALERT_USER_CANCELLED 1090 |
| 73 | R SSL_R_TLSV1_ALERT_NO_RENEGOTIATION 1100 | 75 | R SSL_R_TLSV1_ALERT_NO_RENEGOTIATION 1100 |
| 76 | R SSL_R_TLSV1_UNSUPPORTED_EXTENSION 1110 | ||
| 77 | R SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE 1111 | ||
| 78 | R SSL_R_TLSV1_UNRECOGNIZED_NAME 1112 | ||
| 79 | R SSL_R_TLSV1_BAD_CERTIFICATE_STATUS_RESPONSE 1113 | ||
| 80 | R SSL_R_TLSV1_BAD_CERTIFICATE_HASH_VALUE 1114 | ||
| 74 | 81 | ||
| 75 | R RSAREF_R_CONTENT_ENCODING 0x0400 | 82 | R RSAREF_R_CONTENT_ENCODING 0x0400 |
| 76 | R RSAREF_R_DATA 0x0401 | 83 | R RSAREF_R_DATA 0x0401 |
