diff options
Diffstat (limited to 'kio/kssl/kopenssl.h')
-rw-r--r-- | kio/kssl/kopenssl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kio/kssl/kopenssl.h b/kio/kssl/kopenssl.h index e4f6de0e8..24130807a 100644 --- a/kio/kssl/kopenssl.h +++ b/kio/kssl/kopenssl.h @@ -633,6 +633,11 @@ public: */ unsigned char *ASN1_STRING_data(ASN1_STRING *x); + /* + * ASN1_STRING_length + */ + int ASN1_STRING_length(ASN1_STRING *x); + /* * */ |