Import LibreSSL v2.4.2 to vendor branch
[dragonfly.git] / crypto / libressl / include / openssl / opensslv.h
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
4
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"
8
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
13
14 #define SHLIB_VERSION_HISTORY ""
15 #define SHLIB_VERSION_NUMBER "1.0.0"
16
17 #endif /* HEADER_OPENSSLV_H */