summaryrefslogblamecommitdiffstats
path: root/friendfinder/cryptossl.h
blob: 2cbc7cf3093160243ec8a206008086be48933792 (plain) (tree)
1
2
3
4
5
6
7






                                                            
#ifndef __CRYPTO_SLL__
#define __CRYPTO_SLL__

int to_base64(char *in, int inlen, char *out, int maxlen);
int from_base64(char *in, int inlen, char *out, int maxlen);

#endif