diff options
author | djm <> | 2012-10-13 21:23:50 +0000 |
---|---|---|
committer | djm <> | 2012-10-13 21:23:50 +0000 |
commit | e9d65189905c6e99c1062d65e26bf83eebb0a26a (patch) | |
tree | 10ebe51c3542099b0ab8325d8f322372375dc3b4 /src/lib/libcrypto/ecdh/ecdh.h | |
parent | 59625e84c89bf82e1c6d20c55785b618eb56ea72 (diff) | |
parent | 228cae30b117c2493f69ad3c195341cd6ec8d430 (diff) | |
download | openbsd-e9d65189905c6e99c1062d65e26bf83eebb0a26a.tar.gz openbsd-e9d65189905c6e99c1062d65e26bf83eebb0a26a.tar.bz2 openbsd-e9d65189905c6e99c1062d65e26bf83eebb0a26a.zip |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/ecdh/ecdh.h')
-rw-r--r-- | src/lib/libcrypto/ecdh/ecdh.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libcrypto/ecdh/ecdh.h b/src/lib/libcrypto/ecdh/ecdh.h index b4b58ee65b..8887102c0b 100644 --- a/src/lib/libcrypto/ecdh/ecdh.h +++ b/src/lib/libcrypto/ecdh/ecdh.h | |||
@@ -109,11 +109,13 @@ void ERR_load_ECDH_strings(void); | |||
109 | /* Error codes for the ECDH functions. */ | 109 | /* Error codes for the ECDH functions. */ |
110 | 110 | ||
111 | /* Function codes. */ | 111 | /* Function codes. */ |
112 | #define ECDH_F_ECDH_CHECK 102 | ||
112 | #define ECDH_F_ECDH_COMPUTE_KEY 100 | 113 | #define ECDH_F_ECDH_COMPUTE_KEY 100 |
113 | #define ECDH_F_ECDH_DATA_NEW_METHOD 101 | 114 | #define ECDH_F_ECDH_DATA_NEW_METHOD 101 |
114 | 115 | ||
115 | /* Reason codes. */ | 116 | /* Reason codes. */ |
116 | #define ECDH_R_KDF_FAILED 102 | 117 | #define ECDH_R_KDF_FAILED 102 |
118 | #define ECDH_R_NON_FIPS_METHOD 103 | ||
117 | #define ECDH_R_NO_PRIVATE_VALUE 100 | 119 | #define ECDH_R_NO_PRIVATE_VALUE 100 |
118 | #define ECDH_R_POINT_ARITHMETIC_FAILURE 101 | 120 | #define ECDH_R_POINT_ARITHMETIC_FAILURE 101 |
119 | 121 | ||