| RSA BSAFE SSL-C |
Security protocol components for C |
| Search |
00001 /* $Id: ssl_algs.h,v 1.11 2003/09/19 07:52:09 sfruenke Exp $ */
00002 /*
00003 * Copyright (C) 1999-2003 RSA Security Inc. All rights reserved.
00004 *
00005 * This work contains proprietary information of RSA Security.
00006 * Distribution is limited to authorized licensees of RSA
00007 * Security. Any unauthorized reproduction, distribution or
00008 * modification of this work is strictly prohibited.
00009 */
00010
00015 #ifndef HEADER_SSL_ALGS_H
00016 #define HEADER_SSL_ALGS_H
00017
00018 #ifdef __cplusplus
00019 extern "C" {
00020 #endif /* __cplusplus */
00021
00032 int R_CDECL SSL_library_init(void);
00033 int R_CDECL SSL_library_cleanup(void);
00034 int R_CDECL SSL_library_init_custom(int flags);
00035
00036 /* end group SSL_LIB_INIT_FUNCS */
00041 /* Not public functions */
00042 int R_CDECL SSL_library_init_defaults(void);
00043 int R_CDECL SSL_library_init_small(void);
00044 int R_CDECL SSL_library_init_custom_small(int flags);
00045 int R_CDECL SSL_library_do_cleanup(void);
00046
00047 #ifdef __cplusplus
00048 }
00049 #endif /* __cplusplus */
00050
00051 #endif /* HEADER_SSL_ALGS_H */
00052