summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rsa/rsa_oaep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/rsa/rsa_oaep.c')
-rw-r--r--src/lib/libcrypto/rsa/rsa_oaep.c4
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 d1e138c299..9a175f8c55 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.39 2024/03/26 05:37:28 joshua Exp $ */ 1/* $OpenBSD: rsa_oaep.c,v 1.40 2025/05/10 05:54:38 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 *
@@ -74,12 +74,12 @@
74#include <string.h> 74#include <string.h>
75 75
76#include <openssl/bn.h> 76#include <openssl/bn.h>
77#include <openssl/err.h>
78#include <openssl/evp.h> 77#include <openssl/evp.h>
79#include <openssl/rsa.h> 78#include <openssl/rsa.h>
80#include <openssl/sha.h> 79#include <openssl/sha.h>
81 80
82#include "constant_time.h" 81#include "constant_time.h"
82#include "err_local.h"
83#include "evp_local.h" 83#include "evp_local.h"
84#include "rsa_local.h" 84#include "rsa_local.h"
85 85