Update copyrights to 2021, using "make update-copyright"
[tor.git] / src / lib / crypt_ops / crypto_sys.h
blob7900767058b9db76e1bc1d7c20ed51eecb4c4f08
1 /* Copyright (c) 2018-2021, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
4 /**
5 * \file crypto_sys.h
6 * \brief Declare subsystem object for the crypto module.
7 **/
9 #ifndef TOR_CRYPTO_SYS_H
10 #define TOR_CRYPTO_SYS_H
12 extern const struct subsys_fns_t sys_crypto;
14 #endif /* !defined(TOR_CRYPTO_SYS_H) */