summaryrefslogtreecommitdiffstats
path: root/src/configure.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-02-25 17:23:54 +0000
committerGreg Hudson <ghudson@mit.edu>2011-02-25 17:23:54 +0000
commitef7fa87854b1bb71e05884356e4129e200a58529 (patch)
tree60d74ade3bd4b3b67616980298e6ddfc2c9c1555 /src/configure.in
parent920ffa13c22ef8c6ac835a293f5d63f944a82859 (diff)
downloadkrb5-ef7fa87854b1bb71e05884356e4129e200a58529.tar.gz
krb5-ef7fa87854b1bb71e05884356e4129e200a58529.tar.xz
krb5-ef7fa87854b1bb71e05884356e4129e200a58529.zip
Now that all PRNG modules fit nicely into a single source file,
simplify the PRNG abstraction, flattening the implementations into crypto/krb and removing the indirection through function pointers. Move the guts of the NSS PRNG implementation into the nss subdir so that crypto/krb doesn't need to be built with CRYPTO_IMPL_CFLAGS. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24661 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/configure.in')
-rw-r--r--src/configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/configure.in b/src/configure.in
index 1220f96c69..1d93baa4a8 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -1123,8 +1123,7 @@ V5_AC_OUTPUT_MAKEFILE(.
lib/crypto/krb/old lib/crypto/krb/raw
lib/crypto/$CRYPTO_IMPL/sha1
lib/crypto/$CRYPTO_IMPL/sha2
- lib/crypto/krb/arcfour lib/crypto/krb/prng
- lib/crypto/krb/prng/$PRNG_ALG
+ lib/crypto/krb/arcfour
lib/crypto/$CRYPTO_IMPL/aes
lib/crypto/$CRYPTO_IMPL/camellia lib/crypto/crypto_tests