diff options
Diffstat (limited to '')
-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 | ||