* DO not use #ifdef unix
* Fix dependencies for library
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9950
dc483132-0cff-0310-8789-
dd5450dbe970
+Sat Feb 22 01:07:34 1997 Sam Hartman <hartmans@tertius.mit.edu>
+
+ * read_passwd.c: Don't base definitions on unix being defined.
+
+
+Fri Feb 21 19:11:33 1997 Sam Hartman <hartmans@mit.edu>
+
+ * Makefile.in (SHLIB_EXPLIBS): Depend on -lcrypto
+
Sun Feb 16 23:29:09 1997 Richard Basch <basch@lehman.com>
* pcbc_encrypt.c: Export des_pcbc_encrypt (win16/win32)
SHLIB_EXPDEPS = \
$(TOPLIBD)/libcrypto$(SHLIBEXT) \
$(TOPLIBD)/libkrb5$(SHLIBEXT)
-SHLIB_EXPLIBS=-lkrb5 -lcom_err
+SHLIB_EXPLIBS=-lkrb5 -lcom_err -lcrypto
SHLIB_DIRS=-L$(TOPLIBD)
SHLIB_RDIRS=$(KRB5_LIBDIR)
* echoing.
*/
-#if defined(unix)
+#if !defined(_MSDOS)&&!defined(_WIN32)
#include "des.h"
#include <stdio.h>
/*
* These are all just dummy functions to make the rest of the library happy...
*/
-#endif /* unix */
+#endif /* _WINDOWS */