summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/crypto.h')
-rw-r--r--src/lib/libcrypto/crypto.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/crypto.h b/src/lib/libcrypto/crypto.h
index 612b390f27..f53b858d19 100644
--- a/src/lib/libcrypto/crypto.h
+++ b/src/lib/libcrypto/crypto.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: crypto.h,v 1.37 2015/09/10 16:35:15 jsing Exp $ */ 1/* $OpenBSD: crypto.h,v 1.38 2015/09/13 10:02:49 miod Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -496,6 +496,9 @@ void OpenSSLDie(const char *file, int line, const char *assertion);
496 496
497unsigned long *OPENSSL_ia32cap_loc(void); 497unsigned long *OPENSSL_ia32cap_loc(void);
498#define OPENSSL_ia32cap (*(OPENSSL_ia32cap_loc())) 498#define OPENSSL_ia32cap (*(OPENSSL_ia32cap_loc()))
499
500uint64_t OPENSSL_cpu_caps(void);
501
499int OPENSSL_isservice(void); 502int OPENSSL_isservice(void);
500 503
501void OPENSSL_init(void); 504void OPENSSL_init(void);