diff options
author | Nick Mathewson <nickm@torproject.org> | 2003-08-11 20:40:21 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2003-08-11 20:40:21 +0000 |
commit | 52675184552c7284d4b4eb9a55f098cc80319f85 (patch) | |
tree | 8157d4e25f7a1fd355426dcb48462ee2303393f1 /src/common/aes.c | |
parent | 681c7539ef9a7ec3b0b2e6c1da551397820f7589 (diff) | |
download | tor-52675184552c7284d4b4eb9a55f098cc80319f85.tar.gz tor-52675184552c7284d4b4eb9a55f098cc80319f85.zip |
autoconf around missing stdint.h
svn:r376
Diffstat (limited to 'src/common/aes.c')
-rw-r--r-- | src/common/aes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/aes.c b/src/common/aes.c index e965f1baaa..aa834fdb1d 100644 --- a/src/common/aes.c +++ b/src/common/aes.c @@ -10,7 +10,6 @@ #include <assert.h> #include <stdlib.h> #include <string.h> -#include <stdint.h> #include "../../orconfig.h" #include "./aes.h" #include "util.h" |