summaryrefslogtreecommitdiffstats
path: root/src/crypto/ec/ec_key.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/ec/ec_key.c')
-rw-r--r--src/crypto/ec/ec_key.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crypto/ec/ec_key.c b/src/crypto/ec/ec_key.c
index c8f0624..471ea9c 100644
--- a/src/crypto/ec/ec_key.c
+++ b/src/crypto/ec/ec_key.c
@@ -514,3 +514,5 @@ int EC_KEY_set_ex_data(EC_KEY *d, int idx, void *arg) {
void *EC_KEY_get_ex_data(const EC_KEY *d, int idx) {
return CRYPTO_get_ex_data(&d->ex_data, idx);
}
+
+void EC_KEY_set_asn1_flag(EC_KEY *key, int flag) {}