diff options
Diffstat (limited to 'fs/smb/client/sess.c')
| -rw-r--r-- | fs/smb/client/sess.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/smb/client/sess.c b/fs/smb/client/sess.c index 0a8c2fcc9ded..ef3b498b0a02 100644 --- a/fs/smb/client/sess.c +++ b/fs/smb/client/sess.c @@ -584,7 +584,7 @@ cifs_ses_add_channel(struct cifs_ses *ses,  	 * to sign packets before we generate the channel signing key  	 * (we sign with the session key)  	 */ -	rc = smb311_crypto_shash_allocate(chan->server); +	rc = smb3_crypto_shash_allocate(chan->server);  	if (rc) {  		cifs_dbg(VFS, "%s: crypto alloc failed\n", __func__);  		mutex_unlock(&ses->session_mutex);  | 
