summaryrefslogtreecommitdiff
path: root/lib/libcrypto/rsa
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2022-01-07 11:13:56 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2022-01-07 11:13:56 +0000
commit97bccdc379c24552b6ab6185bf132fe5628a6349 (patch)
treef2bbd1dda9135e752c2936687ff345559bcfc2d7 /lib/libcrypto/rsa
parent05da6ef99e1144d4e8359b807f76a4048ab64895 (diff)
include asn1_locl.h where it will be needed for the bump.
discussed with jsing
Diffstat (limited to 'lib/libcrypto/rsa')
-rw-r--r--lib/libcrypto/rsa/rsa_sign.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/rsa/rsa_sign.c b/lib/libcrypto/rsa/rsa_sign.c
index 9ee61a381c4..bd45a95d545 100644
--- a/lib/libcrypto/rsa/rsa_sign.c
+++ b/lib/libcrypto/rsa/rsa_sign.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rsa_sign.c,v 1.33 2021/11/01 20:53:08 tb Exp $ */
+/* $OpenBSD: rsa_sign.c,v 1.34 2022/01/07 11:13:55 tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -65,6 +65,7 @@
#include <openssl/rsa.h>
#include <openssl/x509.h>
+#include "asn1_locl.h"
#include "rsa_locl.h"
#include "x509_lcl.h"