Skip to content

Commit 08f063d

Browse files
Correct wolfssl.rc FILETYPE to VFT_DLL. It was previously set to 0x7L which is VFT_STATIC_LIB.
1 parent 4d63d7d commit 08f063d

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

IDE/WIN-SRTP-KDF-140-3/wolfssl-fips.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ VS_VERSION_INFO VERSIONINFO
6060
FILEFLAGS 0x0L
6161
#endif
6262
FILEOS 0x40004L
63-
FILETYPE 0x7L
63+
FILETYPE VFT_DLL
6464
FILESUBTYPE 0x0L
6565
BEGIN
6666
BLOCK "StringFileInfo"

IDE/WIN10/wolfssl-fips.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ VS_VERSION_INFO VERSIONINFO
6060
FILEFLAGS 0x0L
6161
#endif
6262
FILEOS 0x40004L
63-
FILETYPE 0x7L
63+
FILETYPE VFT_DLL
6464
FILESUBTYPE 0x0L
6565
BEGIN
6666
BLOCK "StringFileInfo"

wolfssl.rc

6 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)