From f7374627e61d1e9d4643ef2480b5f2741e58f13f Mon Sep 17 00:00:00 2001 From: Yota Nagaya Date: Wed, 17 Sep 2025 09:50:17 +0900 Subject: [PATCH] Restore config/user_settings.h to pre-370cdb3 state --- RPi-Pico/config/user_settings.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RPi-Pico/config/user_settings.h b/RPi-Pico/config/user_settings.h index ff136a6d..b5c379e2 100644 --- a/RPi-Pico/config/user_settings.h +++ b/RPi-Pico/config/user_settings.h @@ -1,6 +1,6 @@ /* user_settings.h * - * Copyright (C) 2006-2025 wolfSSL Inc. + * Copyright (C) 2006-2023 wolfSSL Inc. * * This file is part of wolfSSL. * @@ -45,6 +45,8 @@ extern time_t myTime(time_t *); /* ------------------------------------------------------------------------- */ /* Platform */ /* ------------------------------------------------------------------------- */ +#define WOLFSSL_GENERAL_ALIGNMENT 4 +#define SIZEOF_LONG_LONG 8 #if 0 #define NO_64BIT /* disable use of 64-bit variables */ #endif @@ -550,3 +552,4 @@ unsigned long get_rand_32(void); #endif #endif /* WOLFSSL_USER_SETTINGS_H */ +