git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1086 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-04-07 16:10:03 +00:00
parent 550a64e299
commit b3d890ef25
160 changed files with 41485 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
/*
* crypto.h
*
* API for libcrypto
*
* David A. McGrew
* Cisco Systems, Inc.
*/
#ifndef CRYPTO_H
#define CRYPTO_H
#include "crypto_kernel.h"
#endif /* CRYPTO_H */