summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/opensslv.h
diff options
context:
space:
mode:
authorcvs2svn <admin@example.com>2016-07-23 19:31:37 +0000
committercvs2svn <admin@example.com>2016-07-23 19:31:37 +0000
commitf62463c2c218cf95320c8841ba552dc2c8ce4738 (patch)
treee9a354a92a348338fe2b361e2eda703cae23cfab /src/lib/libcrypto/opensslv.h
parentcd24674739573c5e6cb697331fb638ea66897f3d (diff)
downloadopenbsd-libressl-v2.4.2.tar.gz
openbsd-libressl-v2.4.2.tar.bz2
openbsd-libressl-v2.4.2.zip
This commit was manufactured by cvs2git to create branch 'OPENBSD_6_0'.libressl-v2.4.2
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/opensslv.h17
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 2becf1af01..0000000000
--- a/src/lib/libcrypto/opensslv.h
+++ /dev/null
@@ -1,17 +0,0 @@
1/* $OpenBSD: opensslv.h,v 1.36 2016/06/30 11:10:29 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 0x2040200fL
7#define LIBRESSL_VERSION_TEXT "LibreSSL 2.4.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 */