Skip to content

Commit 31cee2d

Browse files
committed
wolfssl/wolfcrypt/random.h: fix "comma at end of enumerator list [-Werror=pedantic]" in enum wc_DrbgType.
1 parent b47cdc3 commit 31cee2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfssl/wolfcrypt/random.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ struct DRBG_SHA512_internal {
338338
#ifdef HAVE_HASHDRBG
339339
enum wc_DrbgType {
340340
WC_DRBG_SHA256 = 0,
341-
WC_DRBG_SHA512 = 1,
341+
WC_DRBG_SHA512 = 1
342342
};
343343
#endif
344344

0 commit comments

Comments
 (0)