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

13 lines
315 B
Plaintext
Raw Normal View History

$OpenBSD: patch-stel_defs_h,v 1.1 2001/09/29 21:27:50 naddy Exp $
--- stel/defs.h.orig Fri Apr 26 18:26:17 1996
+++ stel/defs.h Sat Sep 29 22:55:22 2001
@@ -162,7 +162,7 @@ typedef union {
#define ENCRYPT DES_ENCRYPT
#define DECRYPT DES_DECRYPT
#else
-#include "des.h"
+#include <des.h>
#endif
#ifdef hpux