mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 12:17:35 +00:00
18 lines
177 B
C
18 lines
177 B
C
|
/*
|
||
|
* crypto.h
|
||
|
*
|
||
|
* API for libcrypto
|
||
|
*
|
||
|
* David A. McGrew
|
||
|
* Cisco Systems, Inc.
|
||
|
*/
|
||
|
|
||
|
#ifndef CRYPTO_H
|
||
|
#define CRYPTO_H
|
||
|
|
||
|
#include "crypto_kernel.h"
|
||
|
|
||
|
#endif /* CRYPTO_H */
|
||
|
|
||
|
|