nrelease - fix/improve livecd
[dragonfly.git] / crypto / libressl / include / openssl / opensslv.h
1 /* $OpenBSD: opensslv.h,v 1.70 2022/07/04 12:31:55 tb 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 0x3060100fL
7 /*                                    ^ Patch starts here   */
8 #define LIBRESSL_VERSION_TEXT   "LibreSSL 3.6.1"
9
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
14
15 #define SHLIB_VERSION_HISTORY ""
16 #define SHLIB_VERSION_NUMBER "1.0.0"
17
18 #endif /* HEADER_OPENSSLV_H */