Commit af50b58c authored by Bodo Möller's avatar Bodo Möller
Browse files

filenames are des_old.[ch], not des.comp*

parent 4d635a70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/* crypto/des/des_comp.c -*- mode:C; c-file-style: "eay" -*- */
/* crypto/des/des_old.c -*- mode:C; c-file-style: "eay" -*- */

/* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
 *
+2 −2
Original line number Diff line number Diff line
/* crypto/des/des_comp.h -*- mode:C; c-file-style: "eay" -*- */
/* crypto/des/des_old.h -*- mode:C; c-file-style: "eay" -*- */

/* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
 *
@@ -80,7 +80,7 @@
#endif

#ifdef _KERBEROS_DES_H
#error <openssl/des_compat.h> replaces <kerberos/des.h>.
#error <openssl/des_old.h> replaces <kerberos/des.h>.
#endif

#include <openssl/opensslconf.h> /* DES_LONG */