summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-07-11 19:41:32 +0200
committerRich Salz <rsalz@openssl.org>2016-07-25 08:35:39 -0400
commit67c93e6d9f3e099f3120bcc48cfd0c190364d628 (patch)
tree9c8036c91323245fa6b1374865488dfe1ac85549 /include
parentc7d13c138c0aaaa6bff867b5137cf1e74950f53a (diff)
Discard some unused typedefs
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1301)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/asn1t.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/openssl/asn1t.h b/include/openssl/asn1t.h
index ad17babacb..8eedfb3f43 100644
--- a/include/openssl/asn1t.h
+++ b/include/openssl/asn1t.h
@@ -652,13 +652,6 @@ struct ASN1_TLC_st {
};
/* Typedefs for ASN1 function pointers */
-
-typedef ASN1_VALUE *ASN1_new_func(void);
-typedef void ASN1_free_func(ASN1_VALUE *a);
-typedef ASN1_VALUE *ASN1_d2i_func(ASN1_VALUE **a, const unsigned char **in,
- long length);
-typedef int ASN1_i2d_func(ASN1_VALUE *a, unsigned char **in);
-
typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len,
const ASN1_ITEM *it, int tag, int aclass, char opt,
ASN1_TLC *ctx);