projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9945317
)
Fix typo
author
Peter Eisentraut
<peter_e@gmx.net>
Tue, 9 Aug 2016 23:07:24 +0000
(19:07 -0400)
committer
Peter Eisentraut
<peter_e@gmx.net>
Tue, 9 Aug 2016 23:08:42 +0000
(19:08 -0400)
contrib/pgcrypto/px.c
patch
|
blob
|
history
diff --git
a/contrib/pgcrypto/px.c
b/contrib/pgcrypto/px.c
index b5697bfaede726dec8d807d8ab16b2c9affe810b..289ad27cf707370f5cb1bbb051f87c80ba488b52 100644
(file)
--- a/
contrib/pgcrypto/px.c
+++ b/
contrib/pgcrypto/px.c
@@
-48,7
+48,7
@@
static const struct error_desc px_err_list[] = {
{PXE_BAD_OPTION, "Unknown option"},
{PXE_BAD_FORMAT, "Badly formatted type"},
{PXE_KEY_TOO_BIG, "Key was too big"},
- {PXE_CIPHER_INIT, "Cipher cannot be initalized ?"},
+ {PXE_CIPHER_INIT, "Cipher cannot be init
i
alized ?"},
{PXE_HASH_UNUSABLE_FOR_HMAC, "This hash algorithm is unusable for HMAC"},
{PXE_DEV_READ_ERROR, "Error reading from random device"},
{PXE_OSSL_RAND_ERROR, "OpenSSL PRNG error"},