summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorbcook <>2018-11-08 17:36:57 +0000
committerbcook <>2018-11-08 17:36:57 +0000
commit52a51f18ff28f299f10fe233c655d216be0e05d7 (patch)
tree15e4cac42110df5ba1ddf77d7991572de23399f5 /src/lib
parentf5280e3d60e07491a7d8515b3f52d869b7beaef9 (diff)
downloadopenbsd-52a51f18ff28f299f10fe233c655d216be0e05d7.tar.gz
openbsd-52a51f18ff28f299f10fe233c655d216be0e05d7.tar.bz2
openbsd-52a51f18ff28f299f10fe233c655d216be0e05d7.zip
LibreSSL 2.9.0
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/opensslv.h b/src/lib/libcrypto/opensslv.h
index 1cd48ce80f..779d9b5f3c 100644
--- a/src/lib/libcrypto/opensslv.h
+++ b/src/lib/libcrypto/opensslv.h
@@ -1,11 +1,11 @@
1/* $OpenBSD: opensslv.h,v 1.49 2018/09/30 02:35:23 bcook Exp $ */ 1/* $OpenBSD: opensslv.h,v 1.50 2018/11/08 17:36:57 bcook Exp $ */
2#ifndef HEADER_OPENSSLV_H 2#ifndef HEADER_OPENSSLV_H
3#define HEADER_OPENSSLV_H 3#define HEADER_OPENSSLV_H
4 4
5/* These will change with each release of LibreSSL-portable */ 5/* These will change with each release of LibreSSL-portable */
6#define LIBRESSL_VERSION_NUMBER 0x2080200fL 6#define LIBRESSL_VERSION_NUMBER 0x2090000fL
7/* ^ Patch starts here */ 7/* ^ Patch starts here */
8#define LIBRESSL_VERSION_TEXT "LibreSSL 2.8.2" 8#define LIBRESSL_VERSION_TEXT "LibreSSL 2.9.0"
9 9
10/* These will never change */ 10/* These will never change */
11#define OPENSSL_VERSION_NUMBER 0x20000000L 11#define OPENSSL_VERSION_NUMBER 0x20000000L