summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/stack/stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/stack/stack.h')
-rw-r--r--crypto/openssl/crypto/stack/stack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/openssl/crypto/stack/stack.h b/crypto/openssl/crypto/stack/stack.h
index 7570b85..5cbb116 100644
--- a/crypto/openssl/crypto/stack/stack.h
+++ b/crypto/openssl/crypto/stack/stack.h
@@ -89,6 +89,7 @@ int sk_insert(STACK *sk,char *data,int where);
char *sk_delete(STACK *st,int loc);
char *sk_delete_ptr(STACK *st, char *p);
int sk_find(STACK *st,char *data);
+int sk_find_ex(STACK *st,char *data);
int sk_push(STACK *st,char *data);
int sk_unshift(STACK *st,char *data);
char *sk_shift(STACK *st);
OpenPOWER on IntegriCloud