summaryrefslogtreecommitdiff
path: root/src/libgcrypt-config.in
diff options
context:
space:
mode:
authorMoritz Schulte <mo@g10code.com>2003-09-30 20:15:16 +0000
committerMoritz Schulte <mo@g10code.com>2003-09-30 20:15:16 +0000
commit9d2ef4d9d70326bc9b30d678cd55e5d5f70068bd (patch)
tree0bc1d84153c1c7137d840124351d7feda9e2b250 /src/libgcrypt-config.in
parentfdac246a45473f3726ceb7ffa99f71d681125da8 (diff)
downloadlibgcrypt-9d2ef4d9d70326bc9b30d678cd55e5d5f70068bd.tar.gz
2003-09-29 Moritz Schulte <mo@g10code.com>
* libgcrypt-config.in: Fix --algorithms option. 2003-09-28 Moritz Schulte <mo@g10code.com> * g10lib.h: Declare: _gcry_malloc. (GCRY_ALLOC_FLAG_SECURE): New symbol. * global.c (_gcry_malloc): New function... (gcry_malloc): ... use it. (gcry_malloc_secure): Likewise.
Diffstat (limited to 'src/libgcrypt-config.in')
-rw-r--r--src/libgcrypt-config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libgcrypt-config.in b/src/libgcrypt-config.in
index 07713a6e..c11ff874 100644
--- a/src/libgcrypt-config.in
+++ b/src/libgcrypt-config.in
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (C) 1999, 2002 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2002, 2003 Free Software Foundation, Inc.
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
@@ -188,7 +188,7 @@ if test "$echo_version" = "yes"; then
fi
if test "$echo_algorithms" = "yes"; then
- echo "Symmetric cipher algorithms: $ciphers"
- echo "Public-key cipher algorithms: $pubkey_ciphers"
+ echo "Symmetric cipher algorithms: $symmetric_ciphers"
+ echo "Public-key cipher algorithms: $asymmetric_ciphers"
echo "Message digest algorithms: $digests"
fi