mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 09:33:11 -04:00
Approved by: joneum (maintainer), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D37056
11 lines
384 B
C++
11 lines
384 B
C++
--- mysys_ssl/my_kdf.h.orig 2022-11-04 07:47:17 UTC
|
|
+++ mysys_ssl/my_kdf.h
|
|
@@ -61,7 +61,7 @@ class Key_derivation_function {
|
|
bool options_valid_;
|
|
};
|
|
|
|
-#if OPENSSL_VERSION_NUMBER >= 0x10100000L
|
|
+#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER)
|
|
|
|
/** Class to implement KDF method hkdf. */
|
|
class Key_hkdf_function : public Key_derivation_function {
|