8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9945317 commit aa8c64aCopy full SHA for aa8c64a
contrib/pgcrypto/px.c
@@ -48,7 +48,7 @@ static const struct error_desc px_err_list[] = {
48
{PXE_BAD_OPTION, "Unknown option"},
49
{PXE_BAD_FORMAT, "Badly formatted type"},
50
{PXE_KEY_TOO_BIG, "Key was too big"},
51
- {PXE_CIPHER_INIT, "Cipher cannot be initalized ?"},
+ {PXE_CIPHER_INIT, "Cipher cannot be initialized ?"},
52
{PXE_HASH_UNUSABLE_FOR_HMAC, "This hash algorithm is unusable for HMAC"},
53
{PXE_DEV_READ_ERROR, "Error reading from random device"},
54
{PXE_OSSL_RAND_ERROR, "OpenSSL PRNG error"},
0 commit comments