summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/armcap.c1
-rw-r--r--crypto/cryptlib.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/crypto/armcap.c b/crypto/armcap.c
index 356fa15287..6283e37f04 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;
diff --git a/crypto/cryptlib.h b/crypto/cryptlib.h
index cdbddf1735..2f9eced4ae 100644
--- a/crypto/cryptlib.h
+++ b/crypto/cryptlib.h
@@ -106,6 +106,8 @@ extern int OPENSSL_NONPIC_relocated;
char *ossl_safe_getenv(const char *);
+unsigned long OPENSSL_rdtsc(void);
+
#ifdef __cplusplus
}
#endif