Skip to content

Commit f4d044e

Browse files
committed
fix last comment (remove)
1 parent 822b7a8 commit f4d044e

8 files changed

+0
-32
lines changed

src/pk/ecc/ecc_sign_hash_eth27.c

-4
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,3 @@ int ecc_sign_hash_eth27(const unsigned char *in, unsigned long inlen,
5555
}
5656

5757
#endif
58-
59-
/* ref: $Format:%D$ */
60-
/* git commit: $Format:%H$ */
61-
/* commit time: $Format:%ai$ */

src/pk/ecc/ecc_sign_hash_internal.c

-4
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,3 @@ int ecc_sign_hash_internal(const unsigned char *in, unsigned long inlen,
109109
}
110110

111111
#endif
112-
113-
/* ref: $Format:%D$ */
114-
/* git commit: $Format:%H$ */
115-
/* commit time: $Format:%ai$ */

src/pk/ecc/ecc_sign_hash_rfc5656.c

-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,3 @@ int ecc_sign_hash_rfc5656(const unsigned char *in, unsigned long inlen,
4646
}
4747

4848
#endif
49-
50-
/* ref: $Format:%D$ */
51-
/* git commit: $Format:%H$ */
52-
/* commit time: $Format:%ai$ */

src/pk/ecc/ecc_sign_hash_rfc7518.c

-4
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,3 @@ int ecc_sign_hash_rfc7518(const unsigned char *in, unsigned long inlen,
7171
}
7272

7373
#endif
74-
75-
/* ref: $Format:%D$ */
76-
/* git commit: $Format:%H$ */
77-
/* commit time: $Format:%ai$ */

src/pk/ecc/ecc_verify_hash_eth27.c

-4
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,3 @@ int ecc_verify_hash_eth27(const unsigned char *sig, unsigned long siglen,
5151
}
5252

5353
#endif
54-
55-
/* ref: $Format:%D$ */
56-
/* git commit: $Format:%H$ */
57-
/* commit time: $Format:%ai$ */

src/pk/ecc/ecc_verify_hash_internal.c

-4
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,3 @@ int ecc_verify_hash_internal(void *r, void *s,
135135
}
136136

137137
#endif
138-
139-
/* ref: $Format:%D$ */
140-
/* git commit: $Format:%H$ */
141-
/* commit time: $Format:%ai$ */

src/pk/ecc/ecc_verify_hash_rfc5656.c

-4
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,3 @@ int ecc_verify_hash_rfc5656(const unsigned char *sig, unsigned long siglen,
6363
}
6464

6565
#endif
66-
67-
/* ref: $Format:%D$ */
68-
/* git commit: $Format:%H$ */
69-
/* commit time: $Format:%ai$ */

src/pk/ecc/ecc_verify_hash_rfc7518.c

-4
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,3 @@ int ecc_verify_hash_rfc7518(const unsigned char *sig, unsigned long siglen,
5050
}
5151

5252
#endif
53-
54-
/* ref: $Format:%D$ */
55-
/* git commit: $Format:%H$ */
56-
/* commit time: $Format:%ai$ */

0 commit comments

Comments
 (0)