diff options
author | Ralf S. Engelschall <rse@openssl.org> | 2000-02-24 10:48:36 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@openssl.org> | 2000-02-24 10:48:36 +0000 |
commit | c6a33c6f6128172baf30f50edeb0def90e7d0618 (patch) | |
tree | 8bbc7fc3b4c113c320534d91c084acb98df89390 /ssl/ssl.h | |
parent | 07fb39c32e62cc8fb710e07c20c66b6f22398246 (diff) | |
download | openssl-new-c6a33c6f6128172baf30f50edeb0def90e7d0618.tar.gz |
Add missing prototypes for new functions
Diffstat (limited to 'ssl/ssl.h')
-rw-r--r-- | ssl/ssl.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1037,7 +1037,9 @@ int SSL_read(SSL *ssl,char *buf,int num); int SSL_peek(SSL *ssl,char *buf,int num); int SSL_write(SSL *ssl,const char *buf,int num); long SSL_ctrl(SSL *ssl,int cmd, long larg, char *parg); +long SSL_callback_ctrl(SSL *, int, void (*)()); long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, char *parg); +long SSL_CTX_callback_ctrl(SSL_CTX *, int, void (*)()); int SSL_get_error(SSL *s,int ret_code); const char *SSL_get_version(SSL *s); |