summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbcook <>2019-10-10 14:29:20 +0000
committerbcook <>2019-10-10 14:29:20 +0000
commit9f575b7b67999a0838ebf26803a142688baaacac (patch)
tree96a32bedbee8cbd212882c410d134db72381734a /src
parent3b4111cb852a3e82e0beb5cb11892eed2c99349e (diff)
downloadopenbsd-9f575b7b67999a0838ebf26803a142688baaacac.tar.gz
openbsd-9f575b7b67999a0838ebf26803a142688baaacac.tar.bz2
openbsd-9f575b7b67999a0838ebf26803a142688baaacac.zip
bump internal version to 3.0.2
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/opensslv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/opensslv.h b/src/lib/libcrypto/opensslv.h
index bfae37750d..a32b0b2539 100644
--- a/src/lib/libcrypto/opensslv.h
+++ b/src/lib/libcrypto/opensslv.h
@@ -1,9 +1,9 @@
1/* $OpenBSD: opensslv.h,v 1.54 2019/10/10 14:28:48 bcook Exp $ */ 1/* $OpenBSD: opensslv.h,v 1.55 2019/10/10 14:29:20 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 0x3000100fL 6#define LIBRESSL_VERSION_NUMBER 0x3000200fL
7/* ^ Patch starts here */ 7/* ^ Patch starts here */
8#define LIBRESSL_VERSION_TEXT "LibreSSL 3.0.2" 8#define LIBRESSL_VERSION_TEXT "LibreSSL 3.0.2"
9 9