mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 19:20:49 +02:00
wolfssl/wolfcrypt/random.h: fix "comma at end of enumerator list [-Werror=pedantic]" in enum wc_DrbgType.
This commit is contained in:
@@ -338,7 +338,7 @@ struct DRBG_SHA512_internal {
|
||||
#ifdef HAVE_HASHDRBG
|
||||
enum wc_DrbgType {
|
||||
WC_DRBG_SHA256 = 0,
|
||||
WC_DRBG_SHA512 = 1,
|
||||
WC_DRBG_SHA512 = 1
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user