summaryrefslogtreecommitdiff
path: root/cipher/sha1.c
diff options
context:
space:
mode:
authorMoritz Schulte <mo@g10code.com>2004-08-23 13:33:15 +0000
committerMoritz Schulte <mo@g10code.com>2004-08-23 13:33:15 +0000
commitd93fae7a6d2b4468f17d33ea0a3d60ca78e0b1d4 (patch)
treea14cd4353a0e4c9368db094b4802d98f2c2a610c /cipher/sha1.c
parentbe3aa775a8ad6180a2767f28a232587f9368576f (diff)
downloadlibgcrypt-d93fae7a6d2b4468f17d33ea0a3d60ca78e0b1d4.tar.gz
2004-08-23 Moritz Schulte <moritz@g10code.com>
* ac.c: Do not include <assert.h>. * rndegd.c: Likewise. * sha1.c: Likewise. * rndunix.c: Likewise. * rndlinux.c: Likewise. * rmd160.c: Likewise. * md5.c: Likewise. * md4.c: Likewise. * cipher.c: Likewise. * crc.c: Likewise. * blowfish.c: Likewise.
Diffstat (limited to 'cipher/sha1.c')
-rw-r--r--cipher/sha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/sha1.c b/cipher/sha1.c
index 1f314435..7f1e38b8 100644
--- a/cipher/sha1.c
+++ b/cipher/sha1.c
@@ -33,7 +33,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <assert.h>
+
#include "g10lib.h"
#include "memory.h"
#include "bithelp.h"