diff options
Diffstat (limited to 'contrib/pgcrypto/pgp-s2k.c')
| -rw-r--r-- | contrib/pgcrypto/pgp-s2k.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/pgcrypto/pgp-s2k.c b/contrib/pgcrypto/pgp-s2k.c index 3f2f442ffc..81ca1f094a 100644 --- a/contrib/pgcrypto/pgp-s2k.c +++ b/contrib/pgcrypto/pgp-s2k.c @@ -31,9 +31,8 @@ #include "postgres.h" -#include "px.h" #include "pgp.h" - +#include "px.h" static int calc_s2k_simple(PGP_S2K *s2k, PX_MD *md, const uint8 *key, |
