aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2001-11-16 15:00:48 +0000
committerSam Hartman <hartmans@mit.edu>2001-11-16 15:00:48 +0000
commitf8207302ef9b1ff8517bb6f528ab4e195b219fc7 (patch)
treef133b86df3f4cdeebf07a60cbed6794283e221a1 /src/Makefile.in
parent2dcc3bcbd2528cadf05694024a8113e110c1ffed (diff)
downloadkrb5-f8207302ef9b1ff8517bb6f528ab4e195b219fc7.zip
krb5-f8207302ef9b1ff8517bb6f528ab4e195b219fc7.tar.gz
krb5-f8207302ef9b1ff8517bb6f528ab4e195b219fc7.tar.bz2
* Link Yarrow into the build
* Use Yarrow as the PRNG with the compatibility API * Write most of new PRNG entropy API * Write but (currently) do not use PRNG test harness * Fix Yarrow ciphers not to depend on libkrb5 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13982 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 462c76e..e72df6d 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -138,6 +138,7 @@ WINMAKEFILES=Makefile \
lib\crypto\raw\Makefile lib\crypto\old\Makefile \
lib\crypto\sha1\Makefile lib\crypto\arcfour\Makefile \
lib\crypto\md4\Makefile lib\crypto\md5\Makefile \
+lib\crypto\yarrow\Makefile \
lib\des425\Makefile \
lib\gssapi\Makefile lib\gssapi\generic\Makefile \
lib\gssapi\krb5\Makefile lib\gssapi\mechglue\Makefile \
@@ -317,6 +318,7 @@ FILES= ./* \
lib/crypto/enc_provider/* lib/crypto/hash_provider/* \
lib/crypto/keyhash_provider/* lib/crypto/old/* lib/crypto/raw/* \
lib/crypto/sha1/* lib/crypto/arcfour/* lib/crypto/md4/* lib/crypto/md5/* \
+lib/crypto/yarrow/* \
lib/des425/* lib/gssapi/* lib/gssapi/generic/* lib/gssapi/krb5/* \
lib/gssapi/mechglue/* lib/krb4/* \
lib/krb5/* lib/krb5/asn.1/* lib/krb5/krb/* \