summaryrefslogtreecommitdiff
path: root/app/openssl/crypto/ecdh/ecdh.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/openssl/crypto/ecdh/ecdh.h')
-rw-r--r--app/openssl/crypto/ecdh/ecdh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/openssl/crypto/ecdh/ecdh.h b/app/openssl/crypto/ecdh/ecdh.h
index b4b58ee6..8887102c 100644
--- a/app/openssl/crypto/ecdh/ecdh.h
+++ b/app/openssl/crypto/ecdh/ecdh.h
@@ -109,11 +109,13 @@ void ERR_load_ECDH_strings(void);
/* Error codes for the ECDH functions. */
/* Function codes. */
+#define ECDH_F_ECDH_CHECK 102
#define ECDH_F_ECDH_COMPUTE_KEY 100
#define ECDH_F_ECDH_DATA_NEW_METHOD 101
/* Reason codes. */
#define ECDH_R_KDF_FAILED 102
+#define ECDH_R_NON_FIPS_METHOD 103
#define ECDH_R_NO_PRIVATE_VALUE 100
#define ECDH_R_POINT_ARITHMETIC_FAILURE 101