diff options
author | miod <> | 2015-02-10 09:50:12 +0000 |
---|---|---|
committer | miod <> | 2015-02-10 09:50:12 +0000 |
commit | 1f7dfb602e769ed1eeca26bf4fd6fb999ae8ddb1 (patch) | |
tree | 7af951090e83cdb4ea96ddd21f6b5319a6304db1 /src/lib/libcrypto/conf | |
parent | c54f1e6efb3beda80d415ba75614cbc695f799be (diff) | |
download | openbsd-1f7dfb602e769ed1eeca26bf4fd6fb999ae8ddb1.tar.gz openbsd-1f7dfb602e769ed1eeca26bf4fd6fb999ae8ddb1.tar.bz2 openbsd-1f7dfb602e769ed1eeca26bf4fd6fb999ae8ddb1.zip |
Remove unnecessary include of assert.h
Diffstat (limited to 'src/lib/libcrypto/conf')
-rw-r--r-- | src/lib/libcrypto/conf/conf_api.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/conf/conf_api.c b/src/lib/libcrypto/conf/conf_api.c index 56a4f249ad..2f68de8e3f 100644 --- a/src/lib/libcrypto/conf/conf_api.c +++ b/src/lib/libcrypto/conf/conf_api.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: conf_api.c,v 1.12 2015/02/07 13:19:15 doug Exp $ */ | 1 | /* $OpenBSD: conf_api.c,v 1.13 2015/02/10 09:50:12 miod Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -63,7 +63,6 @@ | |||
63 | # define NDEBUG | 63 | # define NDEBUG |
64 | #endif | 64 | #endif |
65 | 65 | ||
66 | #include <assert.h> | ||
67 | #include <stdlib.h> | 66 | #include <stdlib.h> |
68 | #include <string.h> | 67 | #include <string.h> |
69 | #include <unistd.h> | 68 | #include <unistd.h> |