summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/opensslv.h
diff options
context:
space:
mode:
authorcvs2svn <admin@example.com>2015-03-08 16:48:49 +0000
committercvs2svn <admin@example.com>2015-03-08 16:48:49 +0000
commitdecf84ba5550c1656a7fdb51b5b81969590c3f03 (patch)
tree44872802e872bdfd60730fa9cf01d9d5751251c1 /src/lib/libcrypto/opensslv.h
parent7a8f138352aa4eb7b65ac4b1a5fe7630fbee1427 (diff)
downloadopenbsd-libressl-v2.1.5.tar.gz
openbsd-libressl-v2.1.5.tar.bz2
openbsd-libressl-v2.1.5.zip
This commit was manufactured by cvs2git to create branch 'OPENBSD_5_7'.libressl-v2.1.5
Diffstat (limited to 'src/lib/libcrypto/opensslv.h')
-rw-r--r--src/lib/libcrypto/opensslv.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/lib/libcrypto/opensslv.h b/src/lib/libcrypto/opensslv.h
deleted file mode 100644
index 33b2293bbe..0000000000
--- a/src/lib/libcrypto/opensslv.h
+++ /dev/null
@@ -1,13 +0,0 @@
1/* $OpenBSD: opensslv.h,v 1.28 2014/10/14 13:12:35 bcook Exp $ */
2#ifndef HEADER_OPENSSLV_H
3#define HEADER_OPENSSLV_H
4
5#define LIBRESSL_VERSION_NUMBER 0x20000000L
6#define OPENSSL_VERSION_NUMBER 0x20000000L
7#define OPENSSL_VERSION_TEXT "LibreSSL 2.1"
8#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
9
10#define SHLIB_VERSION_HISTORY ""
11#define SHLIB_VERSION_NUMBER "1.0.0"
12
13#endif /* HEADER_OPENSSLV_H */