openbsd-ports/security/stel/patches/patch-ac

12 lines
233 B
Plaintext
Raw Normal View History

1998-11-18 22:22:35 -05:00
--- stel/defs.h.orig Fri Apr 26 12:26:17 1996
+++ stel/defs.h Mon Nov 16 23:04:58 1998
@@ -162,7 +162,7 @@
#define ENCRYPT DES_ENCRYPT
#define DECRYPT DES_DECRYPT
#else
-#include "des.h"
+#include <des.h>
#endif
#ifdef hpux