aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/config_crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/config_crypto.c')
-rw-r--r--src/config/config_crypto.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/config_crypto.c b/src/config/config_crypto.c
index f118a9709..99acd3076 100644
--- a/src/config/config_crypto.c
+++ b/src/config/config_crypto.c
@@ -88,6 +88,11 @@ REQUIRE_OBJECT ( oid_sha512_256 );
REQUIRE_OBJECT ( oid_x25519 );
#endif
+/* P-256 */
+#if defined ( CRYPTO_CURVE_P256 )
+REQUIRE_OBJECT ( oid_p256 );
+#endif
+
/* AES-CBC */
#if defined ( CRYPTO_CIPHER_AES_CBC )
REQUIRE_OBJECT ( oid_aes_cbc );