diff options
author | tb <> | 2024-01-02 21:27:39 +0000 |
---|---|---|
committer | tb <> | 2024-01-02 21:27:39 +0000 |
commit | bc850408943f23b6a549255d26c13acb37706695 (patch) | |
tree | 3cad5207b895057c6b2d1a69980868e82d403f10 /src | |
parent | 16b520c3902de336471d389012fb6c3b57ff3bcd (diff) | |
download | openbsd-bc850408943f23b6a549255d26c13acb37706695.tar.gz openbsd-bc850408943f23b6a549255d26c13acb37706695.tar.bz2 openbsd-bc850408943f23b6a549255d26c13acb37706695.zip |
Move a t to the right place in a comment
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/evp/evp_cipher.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/evp_cipher.c b/src/lib/libcrypto/evp/evp_cipher.c index 1ee52cb615..51e83b7573 100644 --- a/src/lib/libcrypto/evp/evp_cipher.c +++ b/src/lib/libcrypto/evp/evp_cipher.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: evp_cipher.c,v 1.12 2024/01/02 21:24:42 tb Exp $ */ | 1 | /* $OpenBSD: evp_cipher.c,v 1.13 2024/01/02 21:27:39 tb 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 | * |
@@ -854,7 +854,7 @@ EVP_CIPHER_CTX_set_cipher_data(EVP_CIPHER_CTX *ctx, void *cipher_data) | |||
854 | } | 854 | } |
855 | 855 | ||
856 | /* | 856 | /* |
857 | * EVP_CIPHER_CTX getters that reach into the cipher attachted to the contex. | 857 | * EVP_CIPHER_CTX getters that reach into the cipher attached to the context. |
858 | */ | 858 | */ |
859 | 859 | ||
860 | int | 860 | int |