[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.1 and 1.2

version 1.1, 2013/11/21 00:45:44 version 1.2, 2013/11/21 02:50:00
Line 14 
Line 14 
  * 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 */
 #include <string.h>  #include <string.h>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2