summaryrefslogtreecommitdiffstats
path: root/include/crypto/x509.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/x509.h')
-rw-r--r--include/crypto/x509.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/crypto/x509.h b/include/crypto/x509.h
index 338e58b491..332108d1bb 100644
--- a/include/crypto/x509.h
+++ b/include/crypto/x509.h
@@ -394,4 +394,6 @@ int ossl_print_attribute_value(BIO *out,
const ASN1_TYPE *av,
int indent);
+int ossl_serial_number_print(BIO *out, const ASN1_INTEGER *bs, int indent);
+
#endif /* OSSL_CRYPTO_X509_H */