diff options
author | Ben Laurie <ben@openssl.org> | 2012-06-03 22:00:21 +0000 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 2012-06-03 22:00:21 +0000 |
commit | 71fa451343f97b3624374ed1359adc23fba5696e (patch) | |
tree | 87ebfb43ece32507c68e360f36a67b4a921e79c0 /crypto/evp/e_null.c | |
parent | a9e1c50bb09a110d4774e6710f9322344684fa2d (diff) | |
download | openssl-new-71fa451343f97b3624374ed1359adc23fba5696e.tar.gz |
Version skew reduction: trivia (I hope).
Diffstat (limited to 'crypto/evp/e_null.c')
-rw-r--r-- | crypto/evp/e_null.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/evp/e_null.c b/crypto/evp/e_null.c index 067a03cc59..9ca12ee243 100644 --- a/crypto/evp/e_null.c +++ b/crypto/evp/e_null.c @@ -99,4 +99,3 @@ static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, memcpy((char *)out,(const char *)in,inl); return 1; } - |