Import LibreSSL v2.4.2 to vendor branch
[dragonfly.git] / crypto / libressl / include / openssl / opensslv.h
blob14239e0a84112b847f7edd6dd32bafe74531a3fc
1 /* $OpenBSD: opensslv.h,v 1.35 2016/06/06 09:50:15 bcook Exp $ */
2 #ifndef HEADER_OPENSSLV_H
3 #define HEADER_OPENSSLV_H
5 /* These will change with each release of LibreSSL-portable */
6 #define LIBRESSL_VERSION_NUMBER 0x2040200fL
7 #define LIBRESSL_VERSION_TEXT "LibreSSL 2.4.2"
9 /* These will never change */
10 #define OPENSSL_VERSION_NUMBER 0x20000000L
11 #define OPENSSL_VERSION_TEXT LIBRESSL_VERSION_TEXT
12 #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
14 #define SHLIB_VERSION_HISTORY ""
15 #define SHLIB_VERSION_NUMBER "1.0.0"
17 #endif /* HEADER_OPENSSLV_H */