15 lines
350 B
Plaintext
15 lines
350 B
Plaintext
$OpenBSD: patch-builddefs_h,v 1.2 2014/03/23 21:36:51 sthen Exp $
|
|
--- builddefs.h.orig Thu Apr 5 04:24:56 2012
|
|
+++ builddefs.h Sun Mar 23 21:08:23 2014
|
|
@@ -2,8 +2,8 @@
|
|
#define VSF_BUILDDEFS_H
|
|
|
|
#undef VSF_BUILD_TCPWRAPPERS
|
|
-#define VSF_BUILD_PAM
|
|
-#undef VSF_BUILD_SSL
|
|
+#undef VSF_BUILD_PAM
|
|
+#define VSF_BUILD_SSL
|
|
|
|
#endif /* VSF_BUILDDEFS_H */
|
|
|