aboutsummaryrefslogtreecommitdiff
path: root/crypto/ecdsa/ecs_vrf.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ecdsa/ecs_vrf.c')
-rw-r--r--crypto/ecdsa/ecs_vrf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ecdsa/ecs_vrf.c b/crypto/ecdsa/ecs_vrf.c
index 2836efe5eff2..188b9d57b40c 100644
--- a/crypto/ecdsa/ecs_vrf.c
+++ b/crypto/ecdsa/ecs_vrf.c
@@ -57,7 +57,7 @@
*/
#include "ecs_locl.h"
-#include "cryptlib.h"
+#include <string.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif