diff options
Diffstat (limited to 'contrib/pgcrypto/Makefile')
-rw-r--r-- | contrib/pgcrypto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgcrypto/Makefile b/contrib/pgcrypto/Makefile index 61eabd2fc0c..d881e85add8 100644 --- a/contrib/pgcrypto/Makefile +++ b/contrib/pgcrypto/Makefile @@ -1,6 +1,6 @@ # contrib/pgcrypto/Makefile -INT_SRCS = md5.c sha1.c internal.c internal-sha2.c blf.c rijndael.c \ +INT_SRCS = sha1.c internal.c internal-sha2.c blf.c rijndael.c \ pgp-mpi-internal.c imath.c INT_TESTS = sha2 |