mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-02-04 00:45:05 +01:00
Fix indent for error case.
This commit is contained in:
@@ -483,7 +483,7 @@ const char* wc_GetErrorString(int error)
|
||||
return "DH Check Private Key failure";
|
||||
|
||||
case WC_AFALG_SOCK_E:
|
||||
return "AF_ALG socket error";
|
||||
return "AF_ALG socket error";
|
||||
|
||||
case WC_DEVCRYPTO_E:
|
||||
return "Error with /dev/crypto";
|
||||
|
||||
Reference in New Issue
Block a user