diff options
author | tb <> | 2022-01-07 11:13:55 +0000 |
---|---|---|
committer | tb <> | 2022-01-07 11:13:55 +0000 |
commit | be94cfe2fe331560a143676b8617867e0f0674a0 (patch) | |
tree | cea8fd9df9e62ee53af6f8a820cebc3c266aa116 /src/lib/libcrypto/rsa | |
parent | 79f266d95b1179bddc9e06127734346144314625 (diff) | |
download | openbsd-be94cfe2fe331560a143676b8617867e0f0674a0.tar.gz openbsd-be94cfe2fe331560a143676b8617867e0f0674a0.tar.bz2 openbsd-be94cfe2fe331560a143676b8617867e0f0674a0.zip |
include asn1_locl.h where it will be needed for the bump.
discussed with jsing
Diffstat (limited to 'src/lib/libcrypto/rsa')
-rw-r--r-- | src/lib/libcrypto/rsa/rsa_sign.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rsa/rsa_sign.c b/src/lib/libcrypto/rsa/rsa_sign.c index 9ee61a381c..bd45a95d54 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.33 2021/11/01 20:53:08 tb Exp $ */ | 1 | /* $OpenBSD: rsa_sign.c,v 1.34 2022/01/07 11:13:55 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,6 +65,7 @@ | |||
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 "rsa_locl.h" | 69 | #include "rsa_locl.h" |
69 | #include "x509_lcl.h" | 70 | #include "x509_lcl.h" |
70 | 71 | ||