diff options
author | tb <> | 2025-08-25 18:47:39 +0000 |
---|---|---|
committer | tb <> | 2025-08-25 18:47:39 +0000 |
commit | 77f522b90e5282941310b9f28674633e01d6d594 (patch) | |
tree | 8ac4b30e4cb2431c697f2837768b6db3f72efe23 /src/lib/libcrypto/rsa/rsa_oaep.c | |
parent | 6cbc8c56cfb66d812e5b9f335973b11b213f5665 (diff) | |
download | openbsd-77f522b90e5282941310b9f28674633e01d6d594.tar.gz openbsd-77f522b90e5282941310b9f28674633e01d6d594.tar.bz2 openbsd-77f522b90e5282941310b9f28674633e01d6d594.zip |
zap stray space
Diffstat (limited to 'src/lib/libcrypto/rsa/rsa_oaep.c')
-rw-r--r-- | src/lib/libcrypto/rsa/rsa_oaep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/rsa/rsa_oaep.c b/src/lib/libcrypto/rsa/rsa_oaep.c index 9a175f8c55..af7131704b 100644 --- a/src/lib/libcrypto/rsa/rsa_oaep.c +++ b/src/lib/libcrypto/rsa/rsa_oaep.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: rsa_oaep.c,v 1.40 2025/05/10 05:54:38 tb Exp $ */ | 1 | /* $OpenBSD: rsa_oaep.c,v 1.41 2025/08/25 18:47:39 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright 1999-2018 The OpenSSL Project Authors. All Rights Reserved. | 3 | * Copyright 1999-2018 The OpenSSL Project Authors. All Rights Reserved. |
4 | * | 4 | * |
@@ -7,7 +7,7 @@ | |||
7 | * are met: | 7 | * are met: |
8 | * | 8 | * |
9 | * 1. Redistributions of source code must retain the above copyright | 9 | * 1. Redistributions of source code must retain the above copyright |
10 | * notice, this list of conditions and the following disclaimer. | 10 | * notice, this list of conditions and the following disclaimer. |
11 | * | 11 | * |
12 | * 2. Redistributions in binary form must reproduce the above copyright | 12 | * 2. Redistributions in binary form must reproduce the above copyright |
13 | * notice, this list of conditions and the following disclaimer in | 13 | * notice, this list of conditions and the following disclaimer in |