yuzu/externals/libressl/include/openssl/opensslv.h

19 lines
629 B
C
Raw Normal View History

2022-04-25 00:29:35 +04:00
/* $OpenBSD: opensslv.h,v 1.69 2022/03/15 21:15:08 bcook Exp $ */
2020-12-28 19:15:37 +04:00
#ifndef HEADER_OPENSSLV_H
#define HEADER_OPENSSLV_H
/* These will change with each release of LibreSSL-portable */
2022-04-25 00:29:35 +04:00
#define LIBRESSL_VERSION_NUMBER 0x3050200fL
2020-12-28 19:15:37 +04:00
/* ^ Patch starts here */
2022-04-25 00:29:35 +04:00
#define LIBRESSL_VERSION_TEXT "LibreSSL 3.5.2"
2020-12-28 19:15:37 +04:00
/* These will never change */
#define OPENSSL_VERSION_NUMBER 0x20000000L
#define OPENSSL_VERSION_TEXT LIBRESSL_VERSION_TEXT
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
#define SHLIB_VERSION_HISTORY ""
#define SHLIB_VERSION_NUMBER "1.0.0"
#endif /* HEADER_OPENSSLV_H */