From 60ff0a2ade9fffc54aaacd2d6a91c2646dbfeb3d Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 10 Mar 2010 13:13:48 +0100 Subject: [PATCH] Fix typo in last commit. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ecabb92..2bc4f1e 100644 --- a/configure.ac +++ b/configure.ac @@ -277,7 +277,7 @@ AC_MSG_NOTICE([summary of build options: Compiler: ${CC} Compiler flags: ${CFLAGS} Library types: Shared=${enable_shared}, Static=${enable_static} - Crypto library: openssl: ${ac_cv_libssl:-no} (AES-CTR: ${ac_cv_func_EVP_aes128_ctr:N/A}) libgcrypt: ${ac_cv_libgcrypt:-no} + Crypto library: openssl: ${ac_cv_libssl:-no} (AES-CTR: ${ac_cv_func_EVP_aes128_ctr:-N/A}) libgcrypt: ${ac_cv_libgcrypt:-no} Debug build: $enable_debug Path to sshd: $ac_cv_path_SSHD (only for self-tests) libz compression: $ac_cv_libz