diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/crypto.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/lib/libcrypto/crypto.h b/src/lib/libcrypto/crypto.h index 068415f693..90c2875349 100644 --- a/src/lib/libcrypto/crypto.h +++ b/src/lib/libcrypto/crypto.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: crypto.h,v 1.41 2017/04/29 21:48:43 jsing Exp $ */ | 1 | /* $OpenBSD: crypto.h,v 1.42 2018/02/14 16:32:06 jsing 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 | * |
| @@ -330,6 +330,14 @@ int CRYPTO_is_mem_check_on(void); | |||
| 330 | CRYPTO_malloc_locked((int)num,__FILE__,__LINE__) | 330 | CRYPTO_malloc_locked((int)num,__FILE__,__LINE__) |
| 331 | #define OPENSSL_free_locked(addr) CRYPTO_free_locked(addr) | 331 | #define OPENSSL_free_locked(addr) CRYPTO_free_locked(addr) |
| 332 | 332 | ||
| 333 | const char *OpenSSL_version(int type); | ||
| 334 | #define OPENSSL_VERSION 0 | ||
| 335 | #define OPENSSL_CFLAGS 1 | ||
| 336 | #define OPENSSL_BUILT_ON 2 | ||
| 337 | #define OPENSSL_PLATFORM 3 | ||
| 338 | #define OPENSSL_DIR 4 | ||
| 339 | #define OPENSSL_ENGINES_DIR 5 | ||
| 340 | unsigned long OpenSSL_version_num(void); | ||
| 333 | 341 | ||
| 334 | const char *SSLeay_version(int type); | 342 | const char *SSLeay_version(int type); |
| 335 | unsigned long SSLeay(void); | 343 | unsigned long SSLeay(void); |
