summaryrefslogtreecommitdiffstats
path: root/crypto/ex_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ex_data.c')
-rw-r--r--crypto/ex_data.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/ex_data.c b/crypto/ex_data.c
index 5a3546a2d2..4caddcebb4 100644
--- a/crypto/ex_data.c
+++ b/crypto/ex_data.c
@@ -640,5 +640,3 @@ void *CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad, int idx)
else
return (sk_void_value(ad->sk, idx));
}
-
-IMPLEMENT_STACK_OF(CRYPTO_EX_DATA_FUNCS)