update libressl to v2.7.4
[unleashed.git] / lib / libcrypto / opensslv.h
blobc882e09a325f8bff50be39fc601bbe1ef679946f
1 /* $OpenBSD: opensslv.h,v 1.46.2.2 2018/06/13 14:54:17 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 0x2070400fL
7 /* ^ Patch starts here */
8 #define LIBRESSL_VERSION_TEXT "LibreSSL 2.7.4"
10 /* These will never change */
11 #define OPENSSL_VERSION_NUMBER 0x20000000L
12 #define OPENSSL_VERSION_TEXT LIBRESSL_VERSION_TEXT
13 #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
15 #define SHLIB_VERSION_HISTORY ""
16 #define SHLIB_VERSION_NUMBER "1.0.0"
18 #endif /* HEADER_OPENSSLV_H */