- djm@cvs.openbsd.org 2013/11/06 23:05:59

[ssh-pkcs11.c]
     from portable: s/true/true_val/ to avoid name collisions on dump platforms
     RCSID sync only
This commit is contained in:
Damien Miller 2013-11-07 13:38:35 +11:00
parent 49c145c5e8
commit c8908aabff
2 changed files with 5 additions and 1 deletions

View File

@ -13,6 +13,10 @@
- markus@cvs.openbsd.org 2013/11/06 16:52:11
[monitor_wrap.c]
fix rekeying for AES-GCM modes; ok deraadt
- djm@cvs.openbsd.org 2013/11/06 23:05:59
[ssh-pkcs11.c]
from portable: s/true/true_val/ to avoid name collisions on dump platforms
RCSID sync only
20131104
- (djm) OpenBSD CVS Sync

View File

@ -1,4 +1,4 @@
/* $OpenBSD: ssh-pkcs11.c,v 1.9 2013/11/02 20:03:54 markus Exp $ */
/* $OpenBSD: ssh-pkcs11.c,v 1.10 2013/11/06 23:05:59 djm Exp $ */
/*
* Copyright (c) 2010 Markus Friedl. All rights reserved.
*