[hipl-dev] [Branch ~hipl-core/hipl/ecc] Rev 5273: Cosmetics: Updated documentation of key loader functions to (more) correct english.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Sat, 08 Jan 2011 12:27:29 -0000

------------------------------------------------------------
revno: 5273
committer: Henrik Ziegeldorf <henrik.ziegeldorf@xxxxxxxxxxxxxx>
branch nick: ecc
timestamp: Sat 2011-01-08 13:25:47 +0100
message:
  Cosmetics: Updated documentation of key loader functions to (more) correct 
english.
modified:
  firewall/rule_management.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 'firewall/rule_management.c'
--- firewall/rule_management.c  2011-01-08 12:23:30 +0000
+++ firewall/rule_management.c  2011-01-08 12:25:47 +0000
@@ -380,9 +380,9 @@
 }
 
 /**
- * load an RSA public key from a file and convert it into a hip_host_id
+ * Load an RSA public key from a file and convert it into a hip_host_id.
  *
- * @param fp FILE object where to load a PEM formatted RSA public key
+ * @param fp FILE object from where to load a PEM formatted RSA public key
  *
  * @return hip_host id structure (caller deallocates) or NULL on error
  */
@@ -410,9 +410,9 @@
 }
 
 /**
- * load an DSA public key from a file and convert it into a hip_host_id
+ * Load an DSA public key from a file and convert it into a hip_host_id.
  *
- * @param fp FILE object where to load a PEM formatted DSA public key
+ * @param fp FILE object from where to load a PEM formatted DSA public key
  *
  * @return hip_host id structure (caller deallocates) or NULL on error
  */
@@ -439,9 +439,9 @@
 }
 
 /**
- * load an ECDSA public key from a file and convert it into a hip_host_id
+ * Load an ECDSA public key from a file and convert it into a hip_host_id.
  *
- * @param fp FILE object where to load a PEM formatted ECDSA public key
+ * @param fp FILE object from where to load a PEM formatted ECDSA public key
  *
  * @return hip_host id structure (caller deallocates) or NULL on error
  */

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/ecc] Rev 5273: Cosmetics: Updated documentation of key loader functions to (more) correct english. - noreply