|
@@ -436,7 +436,7 @@ extern int setup_ntlmv2_rsp(struct cifs_ses *, const struct nls_table *);
|
|
|
extern int cifs_crypto_shash_allocate(struct TCP_Server_Info *);
|
|
|
extern void cifs_crypto_shash_release(struct TCP_Server_Info *);
|
|
|
extern int calc_seckey(struct cifs_ses *);
|
|
|
-extern int generate_smb3signingkey(struct TCP_Server_Info *);
|
|
|
+extern void generate_smb3signingkey(struct TCP_Server_Info *);
|
|
|
|
|
|
#ifdef CONFIG_CIFS_WEAK_PW_HASH
|
|
|
extern int calc_lanman_hash(const char *password, const char *cryptkey,
|