Skip to content

Commit

Permalink
Fix ASP signing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf authored Apr 7, 2020
1 parent 958a07c commit bc3bd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/signing/sign-message.asp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ data = request("request")
password = ""
success = pem.LoadPemFile("private-key.pem", password)
If (success <> 1) Then
Response.Write "<pre>" & Server.HTMLEncode(pem.LastErrorText) & "</pre>"
Response.Write "<pre>" & Server.HTMLEncode(pem.LastErrorText) & "</pre>"
Response.End
End If
Expand Down

0 comments on commit bc3bd7e

Please sign in to comment.