We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d555c1a + 05dc9f0 commit 819eab8Copy full SHA for 819eab8
src/internal.c
@@ -8711,6 +8711,10 @@ void wolfSSL_ResourceFree(WOLFSSL* ssl)
8711
}
8712
#endif
8713
8714
+#if defined(HAVE_DILITHIUM)
8715
+ FreeKey(ssl, DYNAMIC_TYPE_DILITHIUM, (void**)&ssl->peerDilithiumKey);
8716
+ ssl->peerDilithiumKeyPresent = 0;
8717
+#endif
8718
#if defined(HAVE_FALCON)
8719
FreeKey(ssl, DYNAMIC_TYPE_FALCON, (void**)&ssl->peerFalconKey);
8720
ssl->peerFalconKeyPresent = 0;
0 commit comments