diff options
| author | cvs2svn <admin@example.com> | 2016-02-17 13:06:55 +0000 |
|---|---|---|
| committer | cvs2svn <admin@example.com> | 2016-02-17 13:06:55 +0000 |
| commit | c192600fadb763f0d8645c69f309093e3709f18c (patch) | |
| tree | 08143097e3002b54011466dc39d5056a2eac3234 /src/lib/libcrypto/opensslv.h | |
| parent | 5e028a458eda039db3f8d1a098b2934bd6d466e4 (diff) | |
| download | openbsd-OPENBSD_5_9_BASE.tar.gz openbsd-OPENBSD_5_9_BASE.tar.bz2 openbsd-OPENBSD_5_9_BASE.zip | |
This commit was manufactured by cvs2git to create tag 'OPENBSD_5_9_BASE'.OPENBSD_5_9_BASE
Diffstat (limited to '')
| -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 602ba07e6c..0000000000 --- a/src/lib/libcrypto/opensslv.h +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | /* $OpenBSD: opensslv.h,v 1.33 2015/11/03 02:21:20 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 0x2030200fL | ||
| 7 | #define LIBRESSL_VERSION_TEXT "LibreSSL 2.3.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 */ | ||
