bbefbd7a196060f8288abe7d07cc5f6ee1ce7dd5
[dragonfly.git] / crypto / libressl / include / openssl / opensslv.h
1 /* $OpenBSD: opensslv.h,v 1.36 2016/06/30 11:10:29 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 0x2040300fL
7 #define LIBRESSL_VERSION_TEXT   "LibreSSL 2.4.3"
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 */