Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/cipher-chachapoly-libcrypto.c
Parent Directory
| Revision Log
| Patch
| 18 |
|
|
| 19 |
/* $OpenBSD: cipher-chachapoly-libcrypto.c,v 1.1 2020/04/03 04:32:21 djm Exp $ */ |
/* $OpenBSD: cipher-chachapoly-libcrypto.c,v 1.1 2020/04/03 04:32:21 djm Exp $ */ |
| 20 |
|
|
| 21 |
|
// for Visual Studio 2005 |
| 22 |
|
#pragma warning(disable : 4244) |
| 23 |
|
|
| 24 |
#include <sys/types.h> |
#include <sys/types.h> |
| 25 |
|
|
| 26 |
#include <stdarg.h> /* needed for log.h */ |
#include <stdarg.h> /* needed for log.h */ |
|
|
Legend:
| Removed from v.9212 |
|
| changed lines |
| |
Added in v.9255 |
|
|
|