Edit

IABSD.fr/src/lib/libcrypto/opensslv.h

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2025-09-28 14:17:52
    Hash : 4a3a3ef4
    Message : Bump libressl version to 4.2.0 The version check will break the rust-openssl regress unless you have rust-openssl-tests-20250927p0.

  • lib/libcrypto/opensslv.h
  • /* $OpenBSD: opensslv.h,v 1.81 2025/09/28 14:17:52 tb Exp $ */
    #ifndef HEADER_OPENSSLV_H
    #define HEADER_OPENSSLV_H
    
    /* These will change with each release of LibreSSL-portable */
    #define LIBRESSL_VERSION_NUMBER 0x4020000fL
    /*                                    ^ Patch starts here   */
    #define LIBRESSL_VERSION_TEXT   "LibreSSL 4.2.0"
    
    /* These will never change */
    #define OPENSSL_VERSION_NUMBER	0x20000000L
    #define OPENSSL_VERSION_TEXT	LIBRESSL_VERSION_TEXT
    #define OPENSSL_VERSION_PTEXT	" part of " OPENSSL_VERSION_TEXT
    
    #define SHLIB_VERSION_HISTORY ""
    #define SHLIB_VERSION_NUMBER "1.0.0"
    
    #endif /* HEADER_OPENSSLV_H */