|
Lines 69-75
Link Here
|
| 69 |
.endif |
69 |
.endif |
| 70 |
|
70 |
|
| 71 |
.PATH: ${BIND_DIR}/lib/dst |
71 |
.PATH: ${BIND_DIR}/lib/dst |
| 72 |
CFLAGS+=-DHMAC_MD5 -DUSE_MD5 |
72 |
CFLAGS+=-DHMAC_MD5 -DUSE_MD5 -DEAY_DSS |
| 73 |
SRCS+= dst_api.c prandom.c rsaref_link.c support.c bsafe_link.c \ |
73 |
SRCS+= dst_api.c prandom.c rsaref_link.c support.c bsafe_link.c \ |
| 74 |
cylink_link.c hmac_link.c md5_dgst.c eay_dss_link.c |
74 |
cylink_link.c hmac_link.c md5_dgst.c eay_dss_link.c |
| 75 |
|
75 |
|