summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/opensslv.h
diff options
context:
space:
mode:
authorcvs2svn <admin@example.com>2015-08-02 21:54:23 +0000
committercvs2svn <admin@example.com>2015-08-02 21:54:23 +0000
commit67fcb4ef3942fb3a0f1e18f8ebbe7464120d485a (patch)
tree5609c82060f75c53af0a7641d9b33a88574876cd /src/lib/libcrypto/opensslv.h
parented40f444ba01bcae1d8540f9c26d79537ab5baf2 (diff)
downloadopenbsd-libressl-v2.2.2.tar.gz
openbsd-libressl-v2.2.2.tar.bz2
openbsd-libressl-v2.2.2.zip
This commit was manufactured by cvs2git to create branch 'OPENBSD_5_8'.libressl-v2.2.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 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 */