Skip to content

Commit

Permalink
Sebastian Hahn submited a patch to use a custom OpenSSL build
Browse files Browse the repository at this point in the history
  • Loading branch information
ioerror committed Aug 15, 2010
1 parent 4a45cee commit 5c56570
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
SRCS = sslscan.c
BINPATH = /usr/bin/
MANPATH = /usr/share/man/
CFLAGS="-I/opt/local/include"
LDFLAGS="-L/opt/local/lib"

all:
gcc -g -Wall -lcrypto -lssl -o sslscan $(SRCS) $(LDFLAGS) $(CFLAGS)
Expand Down

0 comments on commit 5c56570

Please sign in to comment.