Skip to content

Commit 24765c3

Browse files
committed
remove footer
1 parent 6b85be4 commit 24765c3

547 files changed

Lines changed: 0 additions & 2186 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

demos/aesgcm.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,3 @@ int main(int argc, char **argv)
152152

153153
return ret;
154154
}
155-
156-
/* ref: $Format:%D$ */
157-
/* git commit: $Format:%H$ */
158-
/* commit time: $Format:%ai$ */

demos/constants.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,3 @@ int main(int argc, char **argv)
8181
return 0;
8282
}
8383

84-
85-
/* ref: $Format:%D$ */
86-
/* git commit: $Format:%H$ */
87-
/* commit time: $Format:%ai$ */

demos/gcm-file/gcm_file.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,3 @@ int gcm_file( int cipher,
8888
#endif
8989
#endif
9090

91-
92-
/* ref: $Format:%D$ */
93-
/* git commit: $Format:%H$ */
94-
/* commit time: $Format:%ai$ */

demos/gcm-file/gcm_filehandle.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,3 @@ int gcm_filehandle( int cipher,
196196
#endif
197197
#endif
198198

199-
200-
/* ref: $Format:%D$ */
201-
/* git commit: $Format:%H$ */
202-
/* commit time: $Format:%ai$ */

demos/hashsum.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,3 @@ int main(int argc, char **argv)
294294
}
295295
return EXIT_SUCCESS;
296296
}
297-
298-
/* ref: $Format:%D$ */
299-
/* git commit: $Format:%H$ */
300-
/* commit time: $Format:%ai$ */

demos/ltcrypt.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,3 @@ int main(int argc, char *argv[])
199199
}
200200
return 0;
201201
}
202-
203-
/* ref: $Format:%D$ */
204-
/* git commit: $Format:%H$ */
205-
/* commit time: $Format:%ai$ */

demos/openssl-enc.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,3 @@ int main(int argc, char *argv[]) {
362362
fclose(infd); fclose(outfd);
363363
return 0;
364364
}
365-
366-
/* ref: $Format:%D$ */
367-
/* git commit: $Format:%H$ */
368-
/* commit time: $Format:%ai$ */

demos/sizes.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,3 @@ int main(int argc, char **argv)
7575
}
7676
return 0;
7777
}
78-
79-
/* ref: $Format:%D$ */
80-
/* git commit: $Format:%H$ */
81-
/* commit time: $Format:%ai$ */

demos/small.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,3 @@ int main(void)
1616
register_hash(&sha256_desc);
1717
return 0;
1818
}
19-
20-
/* ref: $Format:%D$ */
21-
/* git commit: $Format:%H$ */
22-
/* commit time: $Format:%ai$ */

demos/timing.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,3 @@ for (i = 0; i < sizeof(test_functions)/sizeof(test_functions[0]); ++i) {
13961396
return EXIT_SUCCESS;
13971397

13981398
}
1399-
1400-
/* ref: $Format:%D$ */
1401-
/* git commit: $Format:%H$ */
1402-
/* commit time: $Format:%ai$ */

0 commit comments

Comments
 (0)