aboutsummaryrefslogtreecommitdiff
path: root/crypto/cryptlib.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2019-09-10 17:42:17 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2019-09-10 17:42:17 +0000
commit1da9a06f2daf1285fb82196ec2995c9c32a2e51c (patch)
tree7b9b5f2e1bdf224eb819a0d78f13d0b50f9ca637 /crypto/cryptlib.h
parent10d08b8de39401736faf1f37a8c6121cdd6814c8 (diff)
Import OpenSSL 1.0.2t.vendor/openssl/1.0.2t
Notes
Notes: svn path=/vendor-crypto/openssl/dist-1.0.2/; revision=352165 svn path=/vendor-crypto/openssl/1.0.2t/; revision=352166; tag=vendor/openssl/1.0.2t
Diffstat (limited to 'crypto/cryptlib.h')
-rw-r--r--crypto/cryptlib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/cryptlib.h b/crypto/cryptlib.h
index cdbddf17350f..2f9eced4ae67 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