1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Removed some obsolete header files.

This commit is contained in:
Werner Koch 2002-08-04 22:00:32 +00:00
parent 872ba01dfe
commit 705873c41b
14 changed files with 64 additions and 211 deletions

View file

@ -116,7 +116,7 @@
#include <string.h> /* memcpy, memcmp */
#include "types.h" /* for byte and u32 typedefs */
#include "errors.h"
#include "des.h"
#include "algorithms.h"
#if defined(__GNUC__) && defined(__GNU_LIBRARY__)
#define working_memcmp memcmp