aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/asn1_locl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-03-28 12:08:48 +0000
committerDr. Stephen Henson <steve@openssl.org>2015-03-28 12:08:48 +0000
commit23dc1706e8727642ee7bc3dc985a3068a524e3bd (patch)
treebd3f366f90f8d136b9889857193d7c499db45c51 /crypto/asn1/asn1_locl.h
parentee9d76371ae8ea433c19162c2e1522dcd188e556 (diff)
downloadopenssl-23dc1706e8727642ee7bc3dc985a3068a524e3bd.zip
openssl-23dc1706e8727642ee7bc3dc985a3068a524e3bd.tar.gz
openssl-23dc1706e8727642ee7bc3dc985a3068a524e3bd.tar.bz2
Make asn1_ex_i2c, asn1_ex_c2i static.
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Diffstat (limited to 'crypto/asn1/asn1_locl.h')
-rw-r--r--crypto/asn1/asn1_locl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/asn1/asn1_locl.h b/crypto/asn1/asn1_locl.h
index aa10bea..491a736 100644
--- a/crypto/asn1/asn1_locl.h
+++ b/crypto/asn1/asn1_locl.h
@@ -105,11 +105,6 @@ struct x509_crl_method_st {
int (*crl_verify) (X509_CRL *crl, EVP_PKEY *pk);
};
-int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype,
- const ASN1_ITEM *it);
-int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
- int utype, char *free_cont, const ASN1_ITEM *it);
-
int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it);
int asn1_set_choice_selector(ASN1_VALUE **pval, int value,
const ASN1_ITEM *it);