Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/ed25519_crypto_api.h
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|