Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
a7f511c4
Commit
a7f511c4
authored
7 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
Update Cryptlib to the now official 3.4.4 release.
parent
ff0f6ba9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
3rdp/build/cl-endian.patch
+12
-15
12 additions, 15 deletions
3rdp/build/cl-endian.patch
3rdp/build/cl-mingw32-static.patch
+5
-6
5 additions, 6 deletions
3rdp/build/cl-mingw32-static.patch
3rdp/dist/cryptlib.zip
+0
-0
0 additions, 0 deletions
3rdp/dist/cryptlib.zip
with
17 additions
and
21 deletions
3rdp/build/cl-endian.patch
+
12
−
15
View file @
a7f511c4
--- misc/os_spec.h.orig 201
7
-0
7
-1
1
01:
4
9:0
0
.000000000 -0
4
00
--- misc/os_spec.h.orig 201
8
-0
1
-1
0
01:
3
9:0
4
.000000000 -0
5
00
+++ misc/os_spec.h 2018-01-
03 03:19:26.025930
000 -0500
+++ misc/os_spec.h 2018-01-
29 14:29:27.367319
000 -0500
@@ -22
2
,10 +22
2
,11 @@
@@ -22
3
,10 +22
3
,11 @@
preprocessors get confused if they aren't defined */
preprocessors get confused if they aren't defined */
#define VC_16BIT( version ) 0
#define VC_16BIT( version ) 0
#define VC_LE_VC6( version ) 0
#define VC_LE_VC6( version ) 0
...
@@ -14,15 +14,12 @@
...
@@ -14,15 +14,12 @@
#define VC_GE_2010( version ) 0
#define VC_GE_2010( version ) 0
#define VC_GE_2012( version ) 0
#define VC_GE_2012( version ) 0
#define VC_GE_2013( version ) 0
#define VC_GE_2013( version ) 0
@@ -933,7 +934,10 @@
@@ -946,6 +947,8 @@
test will tell us the endianness under Unix */
#if defined( __APPLE__ )
#include <machine/endian.h>
#ifdef __GNUC__
#elif defined( __NetBSD__ )
- #include <endian.h>
+ #include <sys/endian.h>
+ /* I suspect the above was supposed to be #ifndef */
+ #elif defined( __FreeBSD__ )
+ #if !(defined(BIG_ENDIAN) || defined(__BYTE_ORDER__) || defined(__LITTLE_ENDIAN__) || defined(BYTES_BIG_ENDIAN))
#include <sys/endian.h>
+ #include <endian.h>
#else
+ #endif
#include <endian.h>
#endif /* GCC */
#if defined( CONFIG_DATA_LITTLEENDIAN ) || defined( CONFIG_DATA_BIGENDIAN )
This diff is collapsed.
Click to expand it.
3rdp/build/cl-mingw32-static.patch
+
5
−
6
View file @
a7f511c4
--- makefile.orig 2018-01-0
3 01:54:50.601991
000 -0500
--- makefile.orig 2018-01-0
9 22:46:54.000000
000 -0500
+++ makefile 2018-01-
03 01:55:05.088060
000 -0500
+++ makefile 2018-01-
29 14:27:27.783443
000 -0500
@@ -18
79,9 +1879,9
@@
@@ -18
94,8 +1894,8
@@
MINGW32_NT-6.1:
MINGW32_NT-6.1:
$(MAKE) OSNAME=win32 target-init
$(MAKE) OSNAME=win32 target-init
- $(MAKE) $(DEFINES) EXTRAOBJS="$(WIN32ASMOBJS)" \
- $(MAKE) $(DEFINES) EXTRAOBJS="$(WIN32ASMOBJS)" \
- CFLAGS="$(XCFLAGS) -O2 -Wl,--subsystem,windows,--output-def,cl32.def"
+ $(MAKE) OSNAME=win32 $(DEFINES) EXTRAOBJS="$(WIN32ASMOBJS)" \
+ $(MAKE) OSNAME=win32 $(DEFINES) EXTRAOBJS="$(WIN32ASMOBJS)" \
CFLAGS="$(XCFLAGS) -fomit-frame-pointer -O3 \
+ CFLAGS="$(XCFLAGS) -O2 -Wl,--subsystem,windows,--output-def,cl32.def -DSTATIC_LIB"
- -Wl,--subsystem,windows,--output-def,cl32.def"
+ -Wl,--subsystem,windows,--output-def,cl32.def -DSTATIC_LIB"
# NCR MP-RAS: Use the NCR cc. The "-DNCR_UST" is needed to enable threading
# NCR MP-RAS: Use the NCR cc. The "-DNCR_UST" is needed to enable threading
# (User-Space Threads).
# (User-Space Threads).
This diff is collapsed.
Click to expand it.
3rdp/dist/cryptlib.zip
+
0
−
0
View file @
a7f511c4
No preview for this file type
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment