SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
www/httrack/patches/patch-src_md5_h
Normal file
14
www/httrack/patches/patch-src_md5_h
Normal file
|
@ -0,0 +1,14 @@
|
|||
We ain't no DOS, and it breaks the build as MD5CTX is redeclared.
|
||||
|
||||
--- src/md5.h.ports.orig Sat May 9 13:56:22 2015
|
||||
+++ src/md5.h Sat May 9 13:56:32 2015
|
||||
@@ -41,9 +41,4 @@ They are here for compatibility with old (broken) vers
|
||||
int mdfileBroken(char *fn, unsigned char *digest);
|
||||
int mdbinfileBroken(char *fn, unsigned char *bindigest);
|
||||
|
||||
-/*
|
||||
-* This is needed to make RSAREF happy on some MS-DOS compilers.
|
||||
-*/
|
||||
-typedef struct MD5Context MD5CTX;
|
||||
-
|
||||
#endif /* !MD5_H */
|
Loading…
Add table
Add a link
Reference in a new issue