[hipl-dev] [Branch ~hipl-core/hipl/ecc] Rev 5368: Removed superfluous comment.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Mon, 17 Jan 2011 18:39:29 -0000

------------------------------------------------------------
revno: 5368
committer: Henrik Ziegeldorf <henrik.ziegeldorf@xxxxxxxxxxxxxx>
branch nick: ec
timestamp: Sat 2011-01-15 13:30:55 +0100
message:
  Removed superfluous comment.
modified:
  lib/core/crypto.c


--
lp:~hipl-core/hipl/ecc
https://code.launchpad.net/~hipl-core/hipl/ecc

Your team HIPL core team is subscribed to branch lp:~hipl-core/hipl/ecc.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/ecc/+edit-subscription
=== modified file 'lib/core/crypto.c'
--- lib/core/crypto.c   2011-01-15 12:21:02 +0000
+++ lib/core/crypto.c   2011-01-15 12:30:55 +0000
@@ -962,7 +962,7 @@
 
     /* rewrite using PEM_write_PKCS8PrivateKey */
 
-    fp = fopen(pubfilename, "wb" /* mode */);
+    fp = fopen(pubfilename, "wb");
     HIP_IFEL(!fp, 1,
              "Couldn't open public key file %s for writing\n", pubfilename);
     files++;

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/ecc] Rev 5368: Removed superfluous comment. - noreply