Skip to content

Commit

Permalink
Merge pull request #9 from s-ludwig/master
Browse files Browse the repository at this point in the history
Add DUB package description
  • Loading branch information
WalterBright committed Jun 29, 2013
2 parents 69be500 + 0609d4f commit 89d4e8d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deimos/openssl/bio.d
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ import core.stdc.stdio;

version (Posix) {
import core.sys.posix.netdb;
} else version (Win32) {
} else version (Windows) {
import std.c.windows.winsock;
} else version (Win64) {
import std.c.windows.winsock;
Expand Down
2 changes: 1 addition & 1 deletion deimos/openssl/dtls1.d
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public import deimos.openssl.pqueue;
// #include <resource.h>
// #include <sys/timeb.h>
// #endif
version (Win32) {
version (Windows) {
/* Needed for timeval */
import std.c.windows.winsock;
// #elif defined(OPENSSL_SYS_NETWARE) && !defined(_WINSOCK2API_)
Expand Down
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "openssl",
"description": "Deimos bindings for the OpenSSL cryptographic library",
"homepage": "http://www.openssl.org/",
"importPaths": ["."],
"targetType": "sourceLibrary",
"libs-posix" : ["ssl", "crypto"]
}

0 comments on commit 89d4e8d

Please sign in to comment.