Files

7 lines
122 B
C
Raw Permalink Normal View History

#ifndef _CRYPTO_VERSION_H_
#define _CRYPTO_VERSION_H_
extern const char* crypto_version();
#endif // _CRYPTO_VERSION_H_