FreeBSD Bugzilla – Attachment 10406 Details for
Bug 20881
There's no reason not to build DNSsec-DSA
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.66 KB, created by
Garrett A. Wollman
on 2000-08-27 06:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Garrett A. Wollman
Created:
2000-08-27 06:50:01 UTC
Size:
1.66 KB
patch
obsolete
>Index: contrib/bind/lib/dst/eay_dss_link.c >=================================================================== >RCS file: /home/ncvs/src/contrib/bind/lib/dst/eay_dss_link.c,v >retrieving revision 1.1.1.1 >diff -u -r1.1.1.1 eay_dss_link.c >--- contrib/bind/lib/dst/eay_dss_link.c 1999/11/30 02:42:33 1.1.1.1 >+++ contrib/bind/lib/dst/eay_dss_link.c 2000/08/27 05:08:29 >@@ -37,10 +37,10 @@ > > #include "dst_internal.h" > >-#include "crypto.h" >-#include "bn.h" >-#include "dsa.h" >-#include "sha.h" >+#include <openssl/crypto.h> >+#include <openssl/bn.h> >+#include <openssl/dsa.h> >+#include <openssl/sha.h> > > #include "port_after.h" > >Index: lib/libbind/Makefile >=================================================================== >RCS file: /home/ncvs/src/lib/libbind/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- lib/libbind/Makefile 1999/11/30 04:40:54 1.5 >+++ lib/libbind/Makefile 2000/08/27 05:07:31 >@@ -69,7 +69,7 @@ > .endif > > .PATH: ${BIND_DIR}/lib/dst >-CFLAGS+=-DHMAC_MD5 -DUSE_MD5 >+CFLAGS+=-DHMAC_MD5 -DUSE_MD5 -DEAY_DSS > SRCS+= dst_api.c prandom.c rsaref_link.c support.c bsafe_link.c \ > cylink_link.c hmac_link.c md5_dgst.c eay_dss_link.c > >Index: usr.sbin/named/Makefile.inc >=================================================================== >RCS file: /home/ncvs/src/usr.sbin/named/Makefile.inc,v >retrieving revision 1.12 >diff -u -r1.12 Makefile.inc >--- usr.sbin/named/Makefile.inc 1999/11/30 06:15:34 1.12 >+++ usr.sbin/named/Makefile.inc 2000/08/27 05:20:55 >@@ -31,8 +31,8 @@ > .endif > LIBBIND:= ${LIBBINDDIR}/libbind.a > >-DPADD+= ${LIBBIND} >-LDADD+= ${LIBBIND} >+DPADD+= ${LIBBIND} ${LIBCRYPTO} >+LDADD+= ${LIBBIND} -lcrypto > > CLEANFILES+= tmp_version.c pathnames.h > CFLAGS+= -I.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20881
: 10406