* Reset the way the message-id is generated when composing a message.
[alpine.git] / libressl / include64 / openssl / opensslv.h
bloba32b0b2539b7dcb4d1fa6a453f8a8cc0d8fcc0bf
1 /* $OpenBSD: opensslv.h,v 1.55 2019/10/10 14:29:20 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 0x3000200fL
7 /* ^ Patch starts here */
8 #define LIBRESSL_VERSION_TEXT "LibreSSL 3.0.2"
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 */