118334Speter/* ====================================================================
290075Sobrien * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
3169689Skan *
4169689Skan * Redistribution and use in source and binary forms, with or without
518334Speter * modification, are permitted provided that the following conditions
690075Sobrien * are met:
718334Speter *
890075Sobrien * 1. Redistributions of source code must retain the above copyright
990075Sobrien *    notice, this list of conditions and the following disclaimer.
1090075Sobrien *
1190075Sobrien * 2. Redistributions in binary form must reproduce the above copyright
1218334Speter *    notice, this list of conditions and the following disclaimer in
1390075Sobrien *    the documentation and/or other materials provided with the
1490075Sobrien *    distribution.
1590075Sobrien *
1690075Sobrien * 3. All advertising materials mentioning features or use of this
1718334Speter *    software must display the following acknowledgment:
1818334Speter *    "This product includes software developed by the OpenSSL Project
1990075Sobrien *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
20169689Skan *
21169689Skan * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
2218334Speter *    endorse or promote products derived from this software without
2390075Sobrien *    prior written permission. For written permission, please contact
24169689Skan *    licensing@OpenSSL.org.
2590075Sobrien *
2618334Speter * 5. Products derived from this software may not be called "OpenSSL"
2718334Speter *    nor may "OpenSSL" appear in their names without prior written
2818334Speter *    permission of the OpenSSL Project.
2918334Speter *
3018334Speter * 6. Redistributions of any form whatsoever must retain the following
3118334Speter *    acknowledgment:
3218334Speter *    "This product includes software developed by the OpenSSL Project
3318334Speter *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
3418334Speter *
35169689Skan * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
3618334Speter * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3718334Speter * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3818334Speter * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
3950397Sobrien * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
40132718Skan * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
41132718Skan * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4218334Speter * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4390075Sobrien * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
4418334Speter * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
4518334Speter * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
4618334Speter * OF THE POSSIBILITY OF SUCH DAMAGE.
4718334Speter * ====================================================================
4850397Sobrien *
4950397Sobrien * This product includes cryptographic software written by Eric Young
5090075Sobrien * (eay@cryptsoft.com).  This product includes software written by Tim
5118334Speter * Hudson (tjh@cryptsoft.com).
5218334Speter *
5350397Sobrien */
54132718Skan
5550397Sobrien/*
5690075Sobrien * This header only exists to break a circular dependency between pem and err
5790075Sobrien * Ben 30 Jan 1999.
58132718Skan */
59169689Skan
60169689Skan#ifdef __cplusplus
6118334Speterextern "C" {
6218334Speter#endif
6318334Speter
6418334Speter#ifndef HEADER_PEM_H
6518334Spetervoid ERR_load_PEM_strings(void);
6618334Speter#endif
6718334Speter
6818334Speter#ifdef __cplusplus
69132718Skan}
70132718Skan#endif
71132718Skan