summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/e_camellia.c
diff options
context:
space:
mode:
authormiod <>2015-02-10 09:50:12 +0000
committermiod <>2015-02-10 09:50:12 +0000
commit9a78b93a933764528a75722869255ee06e8eab6c (patch)
tree7af951090e83cdb4ea96ddd21f6b5319a6304db1 /src/lib/libcrypto/evp/e_camellia.c
parent03858c0228d8ccda7d170fe43e0be79cd0dc6e5b (diff)
downloadopenbsd-9a78b93a933764528a75722869255ee06e8eab6c.tar.gz
openbsd-9a78b93a933764528a75722869255ee06e8eab6c.tar.bz2
openbsd-9a78b93a933764528a75722869255ee06e8eab6c.zip
Remove unnecessary include of assert.h
Diffstat (limited to 'src/lib/libcrypto/evp/e_camellia.c')
-rw-r--r--src/lib/libcrypto/evp/e_camellia.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/e_camellia.c b/src/lib/libcrypto/evp/e_camellia.c
index 4868c98c5d..e3424cfe94 100644
--- a/src/lib/libcrypto/evp/e_camellia.c
+++ b/src/lib/libcrypto/evp/e_camellia.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: e_camellia.c,v 1.6 2014/07/10 22:45:57 jsing Exp $ */ 1/* $OpenBSD: e_camellia.c,v 1.7 2015/02/10 09:50:12 miod Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 2006 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 2006 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -53,7 +53,6 @@
53 * 53 *
54 */ 54 */
55 55
56#include <assert.h>
57#include <string.h> 56#include <string.h>
58 57
59#include <openssl/opensslconf.h> 58#include <openssl/opensslconf.h>