diff options
-rw-r--r-- | source3/libsmb/smbencrypt.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/libsmb/smbencrypt.c b/source3/libsmb/smbencrypt.c index 6527cfab28..6060669e49 100644 --- a/source3/libsmb/smbencrypt.c +++ b/source3/libsmb/smbencrypt.c @@ -701,10 +701,10 @@ char *decrypt_trustdom_secret(const char *pass, DATA_BLOB *data_in) * buffer), calling MD5Update() first with session_key and then with confounder * (vice versa in samr) - Guenther */ -static void encode_wkssvc_join_password_buffer(TALLOC_CTX *mem_ctx, - const char *pwd, - DATA_BLOB *session_key, - struct wkssvc_PasswordBuffer *pwd_buf) +void encode_wkssvc_join_password_buffer(TALLOC_CTX *mem_ctx, + const char *pwd, + DATA_BLOB *session_key, + struct wkssvc_PasswordBuffer *pwd_buf) { uint8_t buffer[516]; struct MD5Context ctx; |