diff options
author | cvs2svn <admin@example.com> | 2015-08-02 21:54:22 +0000 |
---|---|---|
committer | cvs2svn <admin@example.com> | 2015-08-02 21:54:22 +0000 |
commit | ed3760bf4be4a96a89233fb8f8b84a0d44725862 (patch) | |
tree | 5609c82060f75c53af0a7641d9b33a88574876cd /src/lib/libcrypto/opensslv.h | |
parent | f8b563fb5ba1524c821d37308f4e6abfc866bc3f (diff) | |
download | openbsd-OPENBSD_5_8_BASE.tar.gz openbsd-OPENBSD_5_8_BASE.tar.bz2 openbsd-OPENBSD_5_8_BASE.zip |
This commit was manufactured by cvs2git to create tag 'OPENBSD_5_8_BASE'.OPENBSD_5_8_BASE
Diffstat (limited to 'src/lib/libcrypto/opensslv.h')
-rw-r--r-- | src/lib/libcrypto/opensslv.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/lib/libcrypto/opensslv.h b/src/lib/libcrypto/opensslv.h deleted file mode 100644 index 574b683545..0000000000 --- a/src/lib/libcrypto/opensslv.h +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | /* $OpenBSD: opensslv.h,v 1.30 2015/07/16 22:36:50 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 0x20020002L | ||
7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.2" | ||
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 */ | ||