diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2019-09-10 17:42:17 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2019-09-10 17:42:17 +0000 |
commit | 1da9a06f2daf1285fb82196ec2995c9c32a2e51c (patch) | |
tree | 7b9b5f2e1bdf224eb819a0d78f13d0b50f9ca637 /crypto/armcap.c | |
parent | 10d08b8de39401736faf1f37a8c6121cdd6814c8 (diff) |
Notes
Diffstat (limited to 'crypto/armcap.c')
-rw-r--r-- | crypto/armcap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/armcap.c b/crypto/armcap.c index 356fa152871fa..6283e37f0408c 100644 --- a/crypto/armcap.c +++ b/crypto/armcap.c @@ -5,6 +5,7 @@ #include <signal.h> #include <crypto.h> +#include "cryptlib.h" #include "arm_arch.h" unsigned int OPENSSL_armcap_P = 0; |