Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2014-10-09 20:30:42 +0400
committerAdam Langley <agl@google.com>2014-10-10 01:07:48 +0400
commit2e1594dfb5f4efd9e93f1cc3db04e64f64ace5b4 (patch)
tree3eaba7b3a7a88d8334546262beef4eeaccf1f756 /include/openssl/x509.h
parent75a1dd0dbe655c0ea0d29f8c052de55f389dce69 (diff)
Remove #if-0'd ASN1_sign.
Verified that nothing uses it. Change-Id: I1755144129e274f3d1680ddb8cb12273070eb078 Reviewed-on: https://boringssl-review.googlesource.com/1912 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'include/openssl/x509.h')
-rw-r--r--include/openssl/x509.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/openssl/x509.h b/include/openssl/x509.h
index 1f277f3d..1d67ed31 100644
--- a/include/openssl/x509.h
+++ b/include/openssl/x509.h
@@ -844,10 +844,6 @@ OPENSSL_EXPORT int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *algor1,
OPENSSL_EXPORT int ASN1_digest(i2d_of_void *i2d,const EVP_MD *type,char *data,
unsigned char *md,unsigned int *len);
-OPENSSL_EXPORT int ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1,
- X509_ALGOR *algor2, ASN1_BIT_STRING *signature,
- char *data,EVP_PKEY *pkey, const EVP_MD *type);
-
OPENSSL_EXPORT int ASN1_item_digest(const ASN1_ITEM *it,const EVP_MD *type,void *data,
unsigned char *md,unsigned int *len);