| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded devices |
 
![]() |
00001 /* $Id: debug_cb.h,v 1.10 2005/06/09 06:21:55 jmckee 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
00016 #ifndef HEADER_SHARE_DEBUG_CB_H
00017 #define HEADER_SHARE_DEBUG_CB_H
00018
00019 #ifdef __cplusplus
00020 extern "C" {
00021 #endif
00022
00023 #include "r_prod.h"
00024
00025 void MS_CALLBACK ssl_state_info_cb(SSL *ssl, int where, int ret);
00026 long MS_CALLBACK bio_dump_cb(BIO *bio, int cmd, char *argp, int argi,
00027 long argl, long ret);
00028
00029 #ifdef __cplusplus
00030 }
00031 #endif
00032
00033 #endif /* HEADER_SHARE_DEBUG_CB_H */