Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/ed25519_crypto_api.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9048 by nmaya, Wed Dec 16 12:24:13 2020 UTC revision 10261 by nmaya, Sun Sep 11 05:26:32 2022 UTC
# Line 31  Line 31 
31    
32  #include <stdio.h>  #include <stdio.h>
33  #include <stdlib.h>  #include <stdlib.h>
34  #include "arc4random.h"  
35    #ifndef LIBRESSL_VERSION_NUMBER
36      #include "arc4random.h"
37    #else
38      // include LibreSSL header file
39      #include <compat/stdlib.h>
40    #endif
41    
42  typedef unsigned char u_int8_t;  typedef unsigned char u_int8_t;
43  typedef unsigned short int u_int16_t;  typedef unsigned short int u_int16_t;

Legend:
Removed from v.9048  
changed lines
  Added in v.10261

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26