diff options
Diffstat (limited to 'crypto/hashpriv.h')
-rw-r--r-- | crypto/hashpriv.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/hashpriv.h b/crypto/hashpriv.h index 5e505e0492..cee26ccb47 100644 --- a/crypto/hashpriv.h +++ b/crypto/hashpriv.h @@ -28,4 +28,12 @@ struct QCryptoHashDriver { extern QCryptoHashDriver qcrypto_hash_lib_driver; +#ifdef CONFIG_AF_ALG + +#include "afalgpriv.h" + +extern QCryptoHashDriver qcrypto_hash_afalg_driver; + +#endif + #endif |