git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Handle callback errors in bfstreams.
[stg.git]
/
stglibs
/
crypto.lib
/
Makefile
diff --git
a/stglibs/crypto.lib/Makefile
b/stglibs/crypto.lib/Makefile
index 6e83e01ee1d568fe808c27fe6e3e0b99479e958a..47e91203569c6e2aafa8d11fc0ec7e34e7b0ba11 100644
(file)
--- a/
stglibs/crypto.lib/Makefile
+++ b/
stglibs/crypto.lib/Makefile
@@
-5,9
+5,11
@@
LIB_NAME = stgcrypto
SRCS = ag_md5.c \
- blowfish.c
+ blowfish.c \
+ bfstream.cpp
INCS = ag_md5.h \
- blowfish.h
+ blowfish.h \
+ bfstream.h
include ../Makefile.in