This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use utf8; | |
use Mojolicious::Lite; | |
use Mojo::JWT; | |
use 5.20.0; | |
use experimental 'signatures'; | |
my $payload = {id => 1, api_key => '1a2b3c4d5e6f7a8b9c'}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -Naur citrusleaf_client_swig_2.1.11/include/citrusleaf/cf_byte_order.h citrusleaf_client_swig_2.1.11-macosx/include/citrusleaf/cf_byte_order.h | |
--- citrusleaf_client_swig_2.1.11/include/citrusleaf/cf_byte_order.h 2013-03-27 10:12:05.000000000 -0700 | |
+++ citrusleaf_client_swig_2.1.11-macosx/include/citrusleaf/cf_byte_order.h 2013-07-11 17:17:40.000000000 -0700 | |
@@ -12,8 +12,7 @@ | |
#include <libkern/OSByteOrder.h> | |
-#define cf_byteswap64p(_p) (OSSwapBigToHostInt64(*(_p))) | |
- | |
+#define cf_byteswap64p(_p) (OSSwapBigToHostInt64( *(uint64_t *) _p )) |