Changeset b5fe6d2 for perl/modules

Timestamp:
Feb 24, 2009, 11:48:47 PM (15 years ago)
Author:
Sam Hartman <hartmans@debian.org>
Branches:
master, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
32f834a
Parents:
3da3afe
git-author:
Sam Hartman <hartmans@mit.edu> (02/24/09 23:41:54)
git-committer:
Sam Hartman <hartmans@debian.org> (02/24/09 23:48:47)
Message:
Support zcrypt using OpenSSL DES

Support a hackish mechanism for detecting OpenSSL DES if des425 is not
present.  If you include des.h then they include macros to be
consistent with the des425 API.  However these macros rename
des_ecb_encrypto te DES_ecb_encrypt.  Searching for both the macros
and the functions was annoying in autoconf, so instead we search for
those internal function names.

Also, search  for /usr/include/openssl if no krb4 includes are found.
(No files)

Note: See TracChangeset for help on using the changeset viewer.