Skip to content
Snippets Groups Projects
Commit 9724ab1e authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added the trivial invert crypto sub-module.

Rev: src/modules/_Crypto/Makefile:1.3
parent e8b3c79f
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ CFLAGS=-Wall -O -shared -fpic $(IFLAGS) $(CPPFLAGS) -pedantic -Wall ...@@ -22,7 +22,7 @@ CFLAGS=-Wall -O -shared -fpic $(IFLAGS) $(CPPFLAGS) -pedantic -Wall
LDFLAGS=-shared -fpic -R$(SSLROOT)/lib -L$(SSLROOT)/lib LDFLAGS=-shared -fpic -R$(SSLROOT)/lib -L$(SSLROOT)/lib
LOADLIBES=-lcrypto -lssl LOADLIBES=-lcrypto -lssl
OBJS=crypto.o md5.o md2.o idea.o des.o OBJS=crypto.o md5.o md2.o idea.o des.o invert.o
# The actual rules # The actual rules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment