aboutsummaryrefslogtreecommitdiff
path: root/providers/common/der/der_rsa_sig.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/common/der/der_rsa_sig.c')
-rw-r--r--providers/common/der/der_rsa_sig.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/providers/common/der/der_rsa_sig.c b/providers/common/der/der_rsa_sig.c
index 08d00641e9b3..5da03f8922ae 100644
--- a/providers/common/der/der_rsa_sig.c
+++ b/providers/common/der/der_rsa_sig.c
@@ -24,14 +24,14 @@
#define ossl_der_oid_mdc2WithRSAEncryption \
ossl_der_oid_mdc2WithRSASignature
-#define MD_with_RSA_CASE(name, var) \
- case NID_##name: \
- var = ossl_der_oid_##name##WithRSAEncryption; \
- var##_sz = sizeof(ossl_der_oid_##name##WithRSAEncryption); \
+#define MD_with_RSA_CASE(name, var) \
+ case NID_##name: \
+ var = ossl_der_oid_##name##WithRSAEncryption; \
+ var##_sz = sizeof(ossl_der_oid_##name##WithRSAEncryption); \
break;
int ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption(WPACKET *pkt, int tag,
- int mdnid)
+ int mdnid)
{
const unsigned char *precompiled = NULL;
size_t precompiled_sz = 0;