diff options
Diffstat (limited to 'source4/include/auth.h')
-rw-r--r-- | source4/include/auth.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/include/auth.h b/source4/include/auth.h index e37f181082..89e46e3782 100644 --- a/source4/include/auth.h +++ b/source4/include/auth.h @@ -34,12 +34,6 @@ typedef struct unicode_string uchar *unistr; } AUTH_UNISTR; -typedef struct interactive_password -{ - OWF_INFO lm_owf; /* LM OWF Password */ - OWF_INFO nt_owf; /* NT OWF Password */ -} auth_interactive_password; - #define AUTH_FLAG_NONE 0x000000 #define AUTH_FLAG_PLAINTEXT 0x000001 #define AUTH_FLAG_LM_RESP 0x000002 @@ -51,7 +45,6 @@ typedef struct auth_usersupplied_info DATA_BLOB lm_resp; DATA_BLOB nt_resp; - auth_interactive_password * interactive_password; DATA_BLOB plaintext_password; BOOL encrypted; |