diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-01-07 11:13:56 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-01-07 11:13:56 +0000 |
commit | 97bccdc379c24552b6ab6185bf132fe5628a6349 (patch) | |
tree | f2bbd1dda9135e752c2936687ff345559bcfc2d7 /lib/libcrypto/rsa | |
parent | 05da6ef99e1144d4e8359b807f76a4048ab64895 (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.c | 3 |
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" |