mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 04:04:39 +02: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";
|
return "DH Check Private Key failure";
|
||||||
|
|
||||||
case WC_AFALG_SOCK_E:
|
case WC_AFALG_SOCK_E:
|
||||||
return "AF_ALG socket error";
|
return "AF_ALG socket error";
|
||||||
|
|
||||||
case WC_DEVCRYPTO_E:
|
case WC_DEVCRYPTO_E:
|
||||||
return "Error with /dev/crypto";
|
return "Error with /dev/crypto";
|
||||||
|
Reference in New Issue
Block a user