Ignore:
Timestamp:
Feb 7, 2019, 8:36:33 AM (5 years ago)
Author:
coas-nagasima
Message:

wolfsslを3.15.7にバージョンアップ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_arm/trunk/wolfssl-3.12.2/cyassl/ctaocrypt/settings.h

    r352 r372  
    151151#endif
    152152
    153 #ifdef CYASSL_MICROCHIP_PIC32MZ
    154     #define CYASSL_PIC32MZ_CE
    155     #define CYASSL_PIC32MZ_CRYPT
    156     #define HAVE_AES_ENGINE
    157     #define CYASSL_PIC32MZ_RNG
    158     /* #define CYASSL_PIC32MZ_HASH */
     153#if defined(CYASSL_MICROCHIP_PIC32MZ) || defined(WOLFSSL_MICROCHIP_PIC32MZ)
     154    #ifndef NO_PIC32MZ_CRYPT
     155        #define WOLFSSL_PIC32MZ_CRYPT
     156    #endif
     157    #ifndef NO_PIC32MZ_RNG
     158        #define WOLFSSL_PIC32MZ_RNG
     159    #endif
     160    #ifndef NO_PIC32MZ_HASH
     161        #define WOLFSSL_PIC32MZ_HASH
     162    #endif
     163
    159164    #define CYASSL_AES_COUNTER
    160165    #define HAVE_AESGCM
    161166    #define NO_BIG_INT
    162 
    163167#endif
    164168
Note: See TracChangeset for help on using the changeset viewer.