sync code with last improvements from OpenBSD
This commit is contained in:
parent
ba37adff3d
commit
ab623d4fc7
5 changed files with 17 additions and 14 deletions
|
@ -1,11 +1,11 @@
|
|||
/* $OpenBSD: opensslv.h,v 1.76 2023/05/27 13:54:46 tb Exp $ */
|
||||
/* $OpenBSD: opensslv.h,v 1.77 2023/09/20 11:42:25 tb Exp $ */
|
||||
#ifndef HEADER_OPENSSLV_H
|
||||
#define HEADER_OPENSSLV_H
|
||||
|
||||
/* These will change with each release of LibreSSL-portable */
|
||||
#define LIBRESSL_VERSION_NUMBER 0x3080100fL
|
||||
#define LIBRESSL_VERSION_NUMBER 0x3080200fL
|
||||
/* ^ Patch starts here */
|
||||
#define LIBRESSL_VERSION_TEXT "LibreSSL 3.8.1"
|
||||
#define LIBRESSL_VERSION_TEXT "LibreSSL 3.8.2"
|
||||
|
||||
/* These will never change */
|
||||
#define OPENSSL_VERSION_NUMBER 0x20000000L
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue