| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded devices |
 
![]() |
00001 /* $Id: arguments.h,v 1.19 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_ARGUMENTS_H
00017 #define HEADER_SHARE_ARGUMENTS_H
00018
00019 #ifdef __cplusplus
00020 extern "C" {
00021 #endif
00022
00023 int server_parse_arguments(int argc, char *argv[], BIO *bio_err, BIO *bio_out,
00024 char **port, int *connections, int *debug, int *state, SSL_METHOD **meth,
00025 int *unchecked, int *off, char **ciphers, int *mode);
00026 int client_parse_arguments(int argc, char *argv[], BIO *bio_err, BIO *bio_out,
00027 char **host, int *debug, int *state, SSL_METHOD **meth, int *unchecked,
00028 int *off, char **ciphers, int *mode);
00029 void server_usage(BIO *bio, char *prog_name);
00030 void client_usage(BIO *bio, char *prog_name);
00031
00032 #ifdef __cplusplus
00033 }
00034 #endif
00035
00036 #endif /* HEADER_SHARE_ARGUMENTS_H */