| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded devices |
 
![]() |
00001 /* $Id: verify_cb.h,v 1.9.4.1 2005/11/22 00:30:04 lmalmborg 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_VERIFY_CB_H
00017 #define HEADER_SHARE_VERIFY_CB_H
00018
00019 #ifdef __cplusplus
00020 extern "C" {
00021 #endif
00022
00023 #include "r_prod.h"
00024
00025 int v_cb_dummy(SSL *ssl, SSLCERT *x[], int num, char *arg,
00026 long *verify_result);
00027
00028 #ifndef NO_VERIFICATION
00029 int v_cb(SSL * ssl, SSLCERT *x[], int num, char *arg, long *verify_result);
00030 void v_cb_cleanup(void);
00031 #endif /* NO_VERIFICATION */
00032
00033 #ifdef __cplusplus
00034 }
00035 #endif
00036
00037 #endif /* HEADER_SHARE_VERIFY_CB_H */