| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded devices |
 
![]() |
00001 /* $Id: builtin_cert_pkey.h,v 1.8 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
00017 #ifndef HEADER_SHARE_BUILTIN_CERT_PKEY_H
00018 #define HEADER_SHARE_BUILTIN_CERT_PKEY_H
00019
00020 #ifdef __cplusplus
00021 extern "C" {
00022 #endif
00023
00024 #include "r_prod.h"
00025
00026 /* Prototypes for built-in certificate and private key */
00027 SSLCERT *sslcert_get_certificate(void);
00028 EVP_PKEY *get_rsa512_priv_server(void);
00029
00030 #ifdef __cplusplus
00031 }
00032 #endif
00033
00034 #endif /* HEADER_SHARE_BUILTIN_CERT_PKEY_H */