Code

compat fixes for neon 0.26
[fusedav.git] / src / openssl-thread.h
1 #ifndef fooopensslhfoo
2 #define fooopensslhfoo
4 /* $Id$ */
6 /***
7   This file is part of fusedav.
9   fusedav is free software; you can redistribute it and/or modify it
10   under the terms of the GNU General Public License as published by
11   the Free Software Foundation; either version 2 of the License, or
12   (at your option) any later version.
13   
14   fusedav is distributed in the hope that it will be useful, but WITHOUT
15   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
16   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
17   License for more details.
18   
19   You should have received a copy of the GNU General Public License
20   along with fusedav; if not, write to the Free Software Foundation,
21   Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 ***/
24 void openssl_thread_setup(void);
25 void openssl_thread_cleanup(void);
27 #endif