Skip to content

Commit

Permalink
auth/gensec: remove unused prototype headers
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Metzmacher <[email protected]>
  • Loading branch information
metze-samba committed Jan 12, 2017
1 parent 278c921 commit c9f5a89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions auth/gensec/wscript_build
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ bld.SAMBA_LIBRARY('gensec',

bld.SAMBA_MODULE('gensec_spnego',
source='spnego.c',
autoproto='spnego_proto.h',
subsystem='gensec',
init_function='gensec_spnego_init',
deps='asn1util samba-credentials SPNEGO_PARSE'
)

bld.SAMBA_MODULE('gensec_schannel',
source='schannel.c',
autoproto='schannel_proto.h',
subsystem='gensec',
init_function='gensec_schannel_init',
deps='COMMON_SCHANNEL NDR_SCHANNEL samba-credentials auth_session'
Expand All @@ -33,7 +31,6 @@ bld.SAMBA_MODULE('gensec_ncalrpc',

bld.SAMBA_MODULE('gensec_external',
source='external.c',
autoproto='external_proto.h',
subsystem='gensec',
deps='samba-debug talloc',
init_function='gensec_external_init'
Expand Down

0 comments on commit c9f5a89

Please sign in to comment.