ssl.h
上传用户:gzpyjq
上传日期:2013-01-31
资源大小:1852k
文件大小:0k
源码类别:

手机WAP编程

开发平台:

WINDOWS

  1. /*  
  2.  * ssl.h - declares SSL specific routines and types 
  3.  * 
  4.  * This file defines the secure socket layer (SSL) specific  
  5.  * routines and types. 
  6.  * 
  7.  * Stipe Tolj <tolj@wapme-systems.de>  
  8.  * for Kannel Project and Wapme Systems AG 
  9.  */ 
  10.  
  11. #ifdef HAVE_LIBSSL 
  12.  
  13. int SSL_smart_shutdown(SSL *ssl); 
  14.  
  15. #endif /* HAVE_LIBSSL */