diff options
author | Florian Zeitz <florob@babelmonkeys.de> | 2013-04-27 17:01:31 +0200 |
---|---|---|
committer | Florian Zeitz <florob@babelmonkeys.de> | 2013-04-27 17:01:31 +0200 |
commit | cb793c9eb157d3db69228fef171aa17e13af8e11 (patch) | |
tree | 692cedbdcef4883e617b5b95ca7fe06f04738197 /util-src/Makefile | |
parent | e0eed7d73c5876f35ecbadcae3ca7e2742ece08c (diff) | |
download | prosody-cb793c9eb157d3db69228fef171aa17e13af8e11.tar.gz prosody-cb793c9eb157d3db69228fef171aa17e13af8e11.zip |
util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes
Diffstat (limited to 'util-src/Makefile')
-rw-r--r-- | util-src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util-src/Makefile b/util-src/Makefile index 2c8243f9..90d65e51 100644 --- a/util-src/Makefile +++ b/util-src/Makefile @@ -9,6 +9,7 @@ OPENSSL_LIB?=crypto CC?=gcc CXX?=g++ LD?=gcc +CFLAGS+=-ggdb .PHONY: all install clean .SUFFIXES: .c .o .so |