We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a48e6 commit f737462Copy full SHA for f737462
RPi-Pico/config/user_settings.h
@@ -1,6 +1,6 @@
1
/* user_settings.h
2
*
3
- * Copyright (C) 2006-2025 wolfSSL Inc.
+ * Copyright (C) 2006-2023 wolfSSL Inc.
4
5
* This file is part of wolfSSL.
6
@@ -45,6 +45,8 @@ extern time_t myTime(time_t *);
45
/* ------------------------------------------------------------------------- */
46
/* Platform */
47
48
+#define WOLFSSL_GENERAL_ALIGNMENT 4
49
+#define SIZEOF_LONG_LONG 8
50
#if 0
51
#define NO_64BIT /* disable use of 64-bit variables */
52
#endif
@@ -550,3 +552,4 @@ unsigned long get_rand_32(void);
550
552
551
553
554
#endif /* WOLFSSL_USER_SETTINGS_H */
555
+
0 commit comments