[BACK]Return to cipher-chachapoly.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/cipher-chachapoly.c between version 1.9 and 1.10

version 1.9, 2020/04/03 04:27:03 version 1.10, 2023/07/17 05:26:38
Line 1 
Line 1 
   /* $OpenBSD$ */
 /*  /*
  * Copyright (c) 2013 Damien Miller <djm@mindrot.org>   * Copyright (c) 2013 Damien Miller <djm@mindrot.org>
  *   *
Line 13 
Line 14 
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF   * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
   
 /* $OpenBSD$ */  
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <stdarg.h> /* needed for log.h */  #include <stdarg.h> /* needed for log.h */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10