17 lines
407 B
C
17 lines
407 B
C
/* (C) Copyright 2007 Alex Hudson
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License
|
|
* as published by the Free Software Foundation.
|
|
* See the COPYING file for the exact terms.
|
|
*/
|
|
|
|
// a few symbols that we need here and there to modify SSL connections
|
|
|
|
#ifndef _BONGOSSL_H
|
|
#define _BONGOSSL_H
|
|
|
|
|
|
|
|
#endif /* _BONGOSSL_H */
|