1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-02-24 10:31:13 +00:00

18 lines
177 B
C
Raw Normal View History

/*
* crypto.h
*
* API for libcrypto
*
* David A. McGrew
* Cisco Systems, Inc.
*/
#ifndef CRYPTO_H
#define CRYPTO_H
#include "crypto_kernel.h"
#endif /* CRYPTO_H */