Loading crypto/aes/.cvsignore 0 → 100644 +2 −0 Original line number Diff line number Diff line lib Makefile.save crypto/aes/aes_locl.h +9 −0 Original line number Diff line number Diff line Loading @@ -52,10 +52,19 @@ #ifndef HEADER_AES_LOCL_H #define HEADER_AES_LOCL_H #include <openssl/e_os2.h> #ifdef OPENSSL_NO_AES #error AES is disabled. #endif #include <stdio.h> #include <stdlib.h> #if defined(__STDC__) || defined(OPENSSL_SYS_VMS) || defined(M_XENIX) || defined(OPENSSL_SYS_MSDOS) #include <string.h> #endif typedef unsigned long u32; typedef unsigned short u16; typedef unsigned char u8; Loading Loading
crypto/aes/.cvsignore 0 → 100644 +2 −0 Original line number Diff line number Diff line lib Makefile.save
crypto/aes/aes_locl.h +9 −0 Original line number Diff line number Diff line Loading @@ -52,10 +52,19 @@ #ifndef HEADER_AES_LOCL_H #define HEADER_AES_LOCL_H #include <openssl/e_os2.h> #ifdef OPENSSL_NO_AES #error AES is disabled. #endif #include <stdio.h> #include <stdlib.h> #if defined(__STDC__) || defined(OPENSSL_SYS_VMS) || defined(M_XENIX) || defined(OPENSSL_SYS_MSDOS) #include <string.h> #endif typedef unsigned long u32; typedef unsigned short u16; typedef unsigned char u8; Loading