aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn1.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-02-11 13:59:33 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-02-11 13:59:33 +0000
commit1ad90a916b4e3295173853d5da7f6a68cbad53f1 (patch)
tree116549f9b3d731de9d70ed66e8914b37ae0115b3 /crypto/asn1/asn1.h
parent8ab9025e316706c0c253dd61fc0f56857f4d24d0 (diff)
downloadopenssl-1ad90a916b4e3295173853d5da7f6a68cbad53f1.tar.gz
Extend attribute setting routines to support non-string types.
Diffstat (limited to 'crypto/asn1/asn1.h')
-rw-r--r--crypto/asn1/asn1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asn1/asn1.h b/crypto/asn1/asn1.h
index 2adb06e93f..8acf94594f 100644
--- a/crypto/asn1/asn1.h
+++ b/crypto/asn1/asn1.h
@@ -759,6 +759,7 @@ DECLARE_ASN1_FUNCTIONS_fname(ASN1_TYPE, ASN1_ANY, ASN1_TYPE)
int ASN1_TYPE_get(ASN1_TYPE *a);
void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value);
+int ASN1_TYPE_set1(ASN1_TYPE *a, int type, const void *value);
int ASN1_TYPE_cmp(ASN1_TYPE *a, ASN1_TYPE *b);
ASN1_OBJECT * ASN1_OBJECT_new(void );