update LibreSSL to 2.5.5
[unleashed.git] / lib / libcrypto / opensslv.h
blobd77f57f7530f0c46d179defc08c803d5ff9d082f
1 /* $OpenBSD: opensslv.h,v 1.39.4.3 2017/07/07 05:28:12 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 0x2050500fL
7 #define LIBRESSL_VERSION_TEXT "LibreSSL 2.5.5"
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 */