diff options
Diffstat (limited to 'contrib/pgcrypto/pgp-pubenc.c')
| -rw-r--r-- | contrib/pgcrypto/pgp-pubenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgcrypto/pgp-pubenc.c b/contrib/pgcrypto/pgp-pubenc.c index 08599f0978..9fdcf7c31c 100644 --- a/contrib/pgcrypto/pgp-pubenc.c +++ b/contrib/pgcrypto/pgp-pubenc.c @@ -30,8 +30,8 @@ */ #include "postgres.h" -#include "px.h" #include "pgp.h" +#include "px.h" /* * padded msg: 02 || non-zero pad bytes || 00 || msg |
