]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/lib/openssl.h
crypto: remove most of OpenSSL initcallbacks for 1.1
[bacula/bacula] / bacula / src / lib / openssl.h
1 /*
2    Bacula(R) - The Network Backup Solution
3
4    Copyright (C) 2000-2016 Kern Sibbald
5
6    The original author of Bacula is Kern Sibbald, with contributions
7    from many others, a complete list can be found in the file AUTHORS.
8
9    You may use this file and others of this release according to the
10    license defined in the LICENSE file, which includes the Affero General
11    Public License, v3.0 ("AGPLv3") and some additional permissions and
12    terms pursuant to its AGPLv3 Section 7.
13
14    This notice must be preserved when any source code is 
15    conveyed and/or propagated.
16
17    Bacula(R) is a registered trademark of Kern Sibbald.
18 */
19 /*
20  * openssl.h OpenSSL support functions
21  *
22  * Author: Landon Fuller <landonf@opendarwin.org>
23  *
24  * This file was contributed to the Bacula project by Landon Fuller.
25  *
26  * Landon Fuller has been granted a perpetual, worldwide, non-exclusive,
27  * no-charge, royalty-free, irrevocable copyright * license to reproduce,
28  * prepare derivative works of, publicly display, publicly perform,
29  * sublicense, and distribute the original work contributed by Landon Fuller
30  * to the Bacula project in source or object form.
31  *
32  * If you wish to license these contributions under an alternate open source
33  * license please contact Landon Fuller <landonf@opendarwin.org>.
34  */
35
36 #ifndef __OPENSSL_H_
37 #define __OPENSSL_H_
38
39 #ifdef HAVE_OPENSSL
40 void             openssl_post_errors     (int code, const char *errstring);
41 void             openssl_post_errors     (JCR *jcr, int code, const char *errstring);
42 #endif /* HAVE_OPENSSL */
43
44 #endif /* __OPENSSL_H_ */