Remove unused include.
authorjsing <jsing@openbsd.org>
Sun, 18 May 2014 16:26:02 +0000 (16:26 +0000)
committerjsing <jsing@openbsd.org>
Sun, 18 May 2014 16:26:02 +0000 (16:26 +0000)
lib/libssl/src/apps/apps.c
lib/libssl/src/apps/dsaparam.c
lib/libssl/src/apps/ecparam.c

index 7f01956..7c15241 100644 (file)
 #include <sys/types.h>
 #include <sys/stat.h>
 
-#include <assert.h>
 #include <ctype.h>
 #include <errno.h>
 #include <stdio.h>
index 75ffa60..2c0cfc7 100644 (file)
@@ -66,7 +66,6 @@
 
 #ifndef OPENSSL_NO_DSA
 
-#include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index 9d517ea..e6d3ae7 100644 (file)
@@ -73,7 +73,6 @@
 
 #ifndef OPENSSL_NO_EC
 
-#include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>