diff options
author | Brent Cook <busterb@gmail.com> | 2020-08-10 18:37:23 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2020-08-10 18:37:40 -0500 |
commit | 957104695264fcd7ddc3dda2a1a0d8472f7abafc (patch) | |
tree | a4bbe34aaad73ce399438f23e4124439503120ad | |
parent | c2d9cb4d7ad2900ebe874e980c9fa828f2ddf39a (diff) | |
download | portable-957104695264fcd7ddc3dda2a1a0d8472f7abafc.tar.gz portable-957104695264fcd7ddc3dda2a1a0d8472f7abafc.tar.bz2 portable-957104695264fcd7ddc3dda2a1a0d8472f7abafc.zip |
remove generated file
-rw-r--r-- | include/openssl/opensslv.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h deleted file mode 100644 index 6303d4a..0000000 --- a/include/openssl/opensslv.h +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | /* $OpenBSD: opensslv.h,v 1.57.4.1 2020/05/21 02:27:34 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 0x3010300fL | ||
7 | /* ^ Patch starts here */ | ||
8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.1.3" | ||
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 */ | ||