Const-correctness fix.
[u/mdw/catacomb] / Makefile.m4
index 890dc8f..bb976cc 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-m4-*-
 ##
-## $Id: Makefile.m4,v 1.80 2004/04/08 01:36:15 mdw Exp $
+## $Id: Makefile.m4,v 1.81 2004/04/08 16:17:32 mdw Exp $
 ##
 ## Makefile for Catacomb
 ##
@@ -199,6 +199,7 @@ define(`PGEN_SOURCES',
        keycheck.c keycheck-mp.c keycheck-report.c \
        bbs-rand.c bbs-gen.c bbs-jump.c bbs-fetch.c \
        rsa-priv.c rsa-pub.c rsa-gen.c rsa-recover.c rsa-fetch.c \
+       oaep.c pkcs1.c pss.c \
        dh-gen.c dh-limlee.c dh-check.c dh-fetch.c dh-param.c \
        dsarand.c dsa-sign.c dsa-verify.c dsa-gen.c dsa-check.c \
        gdsa.c gkcdsa.c \
@@ -212,7 +213,7 @@ libcatacomb_la_SOURCES = \
        lcrand.c fibrand.c rc4.c seal.c rand.c noise.c fipstest.c maurer.c \
        arena.c \
        passphrase.c pixie-client.c pixie-common.c lmem.c \
-       oaep.c pkcs1.c pss.c tlsprf.c sslprf.c \
+       tlsprf.c sslprf.c \
        gfshare.c \
        MP_SOURCES karatsuba.h \
        gciphertab.c ghashtab.c gmactab.c \