Skip to content

Commit

Permalink
fix last comment (remove)
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-m committed Apr 12, 2021
1 parent 822b7a8 commit f4d044e
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 32 deletions.
4 changes: 0 additions & 4 deletions src/pk/ecc/ecc_sign_hash_eth27.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,3 @@ int ecc_sign_hash_eth27(const unsigned char *in, unsigned long inlen,
}

#endif

/* ref: $Format:%D$ */
/* git commit: $Format:%H$ */
/* commit time: $Format:%ai$ */
4 changes: 0 additions & 4 deletions src/pk/ecc/ecc_sign_hash_internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,3 @@ int ecc_sign_hash_internal(const unsigned char *in, unsigned long inlen,
}

#endif

/* ref: $Format:%D$ */
/* git commit: $Format:%H$ */
/* commit time: $Format:%ai$ */
4 changes: 0 additions & 4 deletions src/pk/ecc/ecc_sign_hash_rfc5656.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,3 @@ int ecc_sign_hash_rfc5656(const unsigned char *in, unsigned long inlen,
}

#endif

/* ref: $Format:%D$ */
/* git commit: $Format:%H$ */
/* commit time: $Format:%ai$ */
4 changes: 0 additions & 4 deletions src/pk/ecc/ecc_sign_hash_rfc7518.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,3 @@ int ecc_sign_hash_rfc7518(const unsigned char *in, unsigned long inlen,
}

#endif

/* ref: $Format:%D$ */
/* git commit: $Format:%H$ */
/* commit time: $Format:%ai$ */
4 changes: 0 additions & 4 deletions src/pk/ecc/ecc_verify_hash_eth27.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,3 @@ int ecc_verify_hash_eth27(const unsigned char *sig, unsigned long siglen,
}

#endif

/* ref: $Format:%D$ */
/* git commit: $Format:%H$ */
/* commit time: $Format:%ai$ */
4 changes: 0 additions & 4 deletions src/pk/ecc/ecc_verify_hash_internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,3 @@ int ecc_verify_hash_internal(void *r, void *s,
}

#endif

/* ref: $Format:%D$ */
/* git commit: $Format:%H$ */
/* commit time: $Format:%ai$ */
4 changes: 0 additions & 4 deletions src/pk/ecc/ecc_verify_hash_rfc5656.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,3 @@ int ecc_verify_hash_rfc5656(const unsigned char *sig, unsigned long siglen,
}

#endif

/* ref: $Format:%D$ */
/* git commit: $Format:%H$ */
/* commit time: $Format:%ai$ */
4 changes: 0 additions & 4 deletions src/pk/ecc/ecc_verify_hash_rfc7518.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,3 @@ int ecc_verify_hash_rfc7518(const unsigned char *sig, unsigned long siglen,
}

#endif

/* ref: $Format:%D$ */
/* git commit: $Format:%H$ */
/* commit time: $Format:%ai$ */

0 comments on commit f4d044e

Please sign in to comment.