Skip to content

Commit bbba8ae

Browse files
authored
Merge pull request #727 from ejohnstown/release-v1.4.18-2
Release v1.4.18: Release Fixes
2 parents 4833238 + ee42ef6 commit bbba8ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# wolfSSH v1.4.18 (July 20, 2024)
1+
# wolfSSH v1.4.18 (July 22, 2024)
22

33
## New Features
44

src/internal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ int IdentifyAsn1Key(const byte* in, word32 inSz, int isPrivate, void* heap)
13441344

13451345
#ifndef WOLFSSH_NO_RSA
13461346

1347-
#if LIBWOLFSSL_VERSION_HEX > WOLFSSL_V5_7_0
1347+
#if (LIBWOLFSSL_VERSION_HEX > WOLFSSL_V5_7_0) && !defined(HAVE_FIPS)
13481348
/*
13491349
* The function wc_RsaPrivateKeyDecodeRaw() is available
13501350
* from wolfSSL after v5.7.0.

0 commit comments

Comments
 (0)