From af22cb5fc390e6b5ef67d1fbab23c5846effeeaa Mon Sep 17 00:00:00 2001 From: Bob Beck Date: Fri, 11 Jul 2014 21:22:00 +0000 Subject: Provide LIBRESSL_VERSION_NUMBER for people who use such things to detect versions distinct from OPENSSL_BLAH_WOOF.. ok jsing@ tedu@ deraadt@ --- lib/libssl/src/crypto/opensslv.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libssl') diff --git a/lib/libssl/src/crypto/opensslv.h b/lib/libssl/src/crypto/opensslv.h index ad602b054c9..4996768d225 100644 --- a/lib/libssl/src/crypto/opensslv.h +++ b/lib/libssl/src/crypto/opensslv.h @@ -1,7 +1,8 @@ -/* $OpenBSD: opensslv.h,v 1.26 2014/07/11 11:43:49 jsing Exp $ */ +/* $OpenBSD: opensslv.h,v 1.27 2014/07/11 21:21:59 beck Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H +#define LIBRESSL_VERSION_NUMBER 0x20000000L #define OPENSSL_VERSION_NUMBER 0x20000000L #define OPENSSL_VERSION_TEXT "LibreSSL 2.0" #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT -- cgit v1.2.3