mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 13:20:05 +03:00
trailing whitespace
This commit is contained in:
parent
08c07cda3a
commit
3f1de5a834
29 changed files with 97 additions and 97 deletions
2
http.d
2
http.d
|
@ -149,7 +149,7 @@ HttpResponse httpRequest(string method, string uri, const(ubyte)[] content = nul
|
|||
SSL_library_init();
|
||||
OpenSSL_add_all_algorithms();
|
||||
SSL_load_error_strings();
|
||||
|
||||
|
||||
ctx = SSL_CTX_new(SSLv3_client_method());
|
||||
sslAssert(!(ctx is null));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue