summaryrefslogtreecommitdiff
path: root/cf/crypto.m4
diff options
context:
space:
mode:
authorLove Hörnquist Åstrand <lha@kth.se>2006-04-15 21:06:52 +0000
committerLove Hörnquist Åstrand <lha@kth.se>2006-04-15 21:06:52 +0000
commit27456af85319e80c4ac5b7ded18bc8e8fd83ef15 (patch)
treeeefce005ada7a1676875f9832721f49009ae18cb /cf/crypto.m4
parent23a182bbe39107214140ef001c1dbe4076b5f19c (diff)
Require SHA256
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17087 ec53bebd-3082-4978-b11e-865c3cabbd6b
Diffstat (limited to 'cf/crypto.m4')
-rw-r--r--cf/crypto.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/cf/crypto.m4 b/cf/crypto.m4
index 26063992d..8caa6d5aa 100644
--- a/cf/crypto.m4
+++ b/cf/crypto.m4
@@ -41,10 +41,12 @@ m4_define([test_body], [
MD4_CTX md4;
MD5_CTX md5;
SHA_CTX sha1;
+ SHA256_CTX sha256;
MD4_Init(&md4);
MD5_Init(&md5);
SHA1_Init(&sha1);
+ SHA256_Init(&sha256);
#ifdef HAVE_OPENSSL
RAND_status();
UI_UTIL_read_pw_string(0,0,0,0);