punchqert.blogg.se

Old version of syncterm
Old version of syncterm












  1. #Old version of syncterm how to#
  2. #Old version of syncterm Patch#

Test/keydbx.c: In function 'checkKeysetCRL': DDATA_LITTLEENDIAN -DFIXED_SEED=0xb3479d5192da971f -DHAS_LDAP -fPIC -DHAS_RECURSIVE_MUTEX -DHAS_ROBUST_MUTEX -Wno-pointer-sign -Wno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -fstack-protector-strong -D_FORTIFY_SOURCE=2 -DOSVERSION=5 -O3 -fomit-frame-pointer -D_REENTRANT test/keydbx.c Test/highlvl.c:2024:11: warning: ignoring return value of 'cryptGetAttribute' declared with attribute 'warn_unused_result' Ģ024 | ( void ) cryptGetAttribute( CRYPT_UNUSED,Ģ025 | CRYPT_OPTION_CERT_SIGNUNRECOGNISEDATTRIBUTES, Test/highlvl.c: In function 'testSignDataCMS': Test/highlvl.c:258:12: warning: ignoring return value of 'cryptGetAttribute' declared with attribute 'warn_unused_result' Ģ58 | ( void ) cryptGetAttribute( CRYPT_UNUSED,Ģ59 | CRYPT_OPTION_MISC_SIDECHANNELPROTECTION,

#Old version of syncterm how to#

Perhaps the maintainer knows how to wire all this up in an Arch reasonable way?įails to build, warnings include: test/highlvl.c: In function 'signData': Now if you compile SyncTERM as before it should compile and link.

#Old version of syncterm Patch#

I added an additional patch line right after the "cl-learn-numbers.patch" line on 114: $(QUIET)patch -p0 -d $(CRYPT_SRC) < cl-thread-pthread_yield.patch Modified line 70 to include $(3RDP_ROOT)$(DIRSEP)/build/cl-thread-pthread_yield.patch right before | $(CRYPT_SRC) $(CRYPT_IDIR) end. I modified 3rdp/build/GNUmakefile in the following ways: In order to fit this into the build system I added the patch file to 3rdp/build/ as cl-thread-pthread_yield.patch.

old version of syncterm

#endif /* Not-very-portable Posix portability */

old version of syncterm

#endif /* Present but not prototyped unless GNU extensions are enabled */ I am not sure if this is 100% equiv but it compiled and I was able to use it for a bit.

old version of syncterm

I fixed this by creating a patch against src/cl/kernel/thread.h to swap pthread_yield to use sched_yield (as is used in other areas).














Old version of syncterm