@node ax_lib_crypto @unnumberedsec ax_lib_crypto @majorheading Synopsis @smallexample AX_LIB_CRYPTO([yes|no|auto]) @end smallexample @majorheading Description Searches for the 'crypto' library with the --with... option. If found, define HAVE_CRYPTO and macro CRYPTO_LIBS. Also defines CRYPTO_WITH_ for the algorithms found available. Possible algorithms: AES BF CAMELLIA CAST DES IDEA RC2 RC5 MD2 MD4 MD5 SHA RIPEMD RSA DSA DH The argument is used if no --with...-crypto option is set. Value "yes" requires the configuration by default. Value "no" does not require it by default. Value "auto" configures the library only if available. See also AX_LIB_BEECRYPT and AX_LIB_GCRYPT. @majorheading Source Code Download the @uref{http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_lib_crypto.m4,latest version of @file{ax_lib_crypto.m4}} or browse @uref{http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=history;f=m4/ax_lib_crypto.m4,the macro's revision history}. @majorheading License @w{Copyright @copyright{} 2009 Fabien Coelho @email{autoconf.archive@@coelho.net}} Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.