summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rsa/rsa_sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/rsa/rsa_sign.c')
-rw-r--r--src/lib/libcrypto/rsa/rsa_sign.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/rsa/rsa_sign.c b/src/lib/libcrypto/rsa/rsa_sign.c
index bd45a95d54..d517fcbcf2 100644
--- a/src/lib/libcrypto/rsa/rsa_sign.c
+++ b/src/lib/libcrypto/rsa/rsa_sign.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: rsa_sign.c,v 1.34 2022/01/07 11:13:55 tb Exp $ */ 1/* $OpenBSD: rsa_sign.c,v 1.35 2022/11/26 16:08:54 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 *
@@ -65,9 +65,9 @@
65#include <openssl/rsa.h> 65#include <openssl/rsa.h>
66#include <openssl/x509.h> 66#include <openssl/x509.h>
67 67
68#include "asn1_locl.h" 68#include "asn1_local.h"
69#include "rsa_locl.h" 69#include "rsa_local.h"
70#include "x509_lcl.h" 70#include "x509_local.h"
71 71
72/* Size of an SSL signature: MD5+SHA1 */ 72/* Size of an SSL signature: MD5+SHA1 */
73#define SSL_SIG_LENGTH 36 73#define SSL_SIG_LENGTH 36