Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Nov 26, 2023
1 parent eaa44d4 commit 28d4880
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/zcl_ntlm_arc4.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ CLASS zcl_ntlm_arc4 DEFINITION
RAISING
cx_static_check .


CLASS-METHODS encrypt
IMPORTING
!iv_key TYPE string
Expand Down Expand Up @@ -94,7 +93,7 @@ ENDCLASS.



CLASS ZCL_NTLM_ARC4 IMPLEMENTATION.
CLASS zcl_ntlm_arc4 IMPLEMENTATION.


METHOD decrypt.
Expand Down

0 comments on commit 28d4880

Please sign in to comment.