diff options
Diffstat (limited to 'src/lib/libssl/src/crypto/asn1/a_vis.c')
-rw-r--r-- | src/lib/libssl/src/crypto/asn1/a_vis.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/libssl/src/crypto/asn1/a_vis.c b/src/lib/libssl/src/crypto/asn1/a_vis.c index 2072be780d..5cfc080bec 100644 --- a/src/lib/libssl/src/crypto/asn1/a_vis.c +++ b/src/lib/libssl/src/crypto/asn1/a_vis.c | |||
@@ -60,6 +60,12 @@ | |||
60 | #include "cryptlib.h" | 60 | #include "cryptlib.h" |
61 | #include <openssl/asn1.h> | 61 | #include <openssl/asn1.h> |
62 | 62 | ||
63 | ASN1_VISIBLESTRING *ASN1_VISIBLESTRING_new(void) | ||
64 | { return M_ASN1_VISIBLESTRING_new(); } | ||
65 | |||
66 | void ASN1_VISIBLESTRING_free(ASN1_VISIBLESTRING *x) | ||
67 | { M_ASN1_VISIBLESTRING_free(x); } | ||
68 | |||
63 | int i2d_ASN1_VISIBLESTRING(ASN1_VISIBLESTRING *a, unsigned char **pp) | 69 | int i2d_ASN1_VISIBLESTRING(ASN1_VISIBLESTRING *a, unsigned char **pp) |
64 | { | 70 | { |
65 | return(i2d_ASN1_bytes((ASN1_STRING *)a,pp, | 71 | return(i2d_ASN1_bytes((ASN1_STRING *)a,pp, |