diff options
author | Ben Laurie <ben@openssl.org> | 2012-06-04 00:00:21 +0200 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 2012-06-04 00:00:21 +0200 |
commit | 71fa451343f97b3624374ed1359adc23fba5696e (patch) | |
tree | 87ebfb43ece32507c68e360f36a67b4a921e79c0 /crypto/aes/aes_cbc.c | |
parent | RFC 5878 support. (diff) | |
download | openssl-71fa451343f97b3624374ed1359adc23fba5696e.tar.xz openssl-71fa451343f97b3624374ed1359adc23fba5696e.zip |
Version skew reduction: trivia (I hope).
Diffstat (limited to 'crypto/aes/aes_cbc.c')
-rw-r--r-- | crypto/aes/aes_cbc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/aes/aes_cbc.c b/crypto/aes/aes_cbc.c index 87545c34da..227f75625d 100644 --- a/crypto/aes/aes_cbc.c +++ b/crypto/aes/aes_cbc.c @@ -49,7 +49,6 @@ * */ -#include <openssl/crypto.h> #include <openssl/aes.h> #include <openssl/modes.h> |