diff options
author | jkim <jkim@FreeBSD.org> | 2016-08-31 20:33:59 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2016-08-31 20:33:59 +0000 |
commit | b8b74f1267f36d52649fb37d1454eb5d6e097c1c (patch) | |
tree | 29159b6643d3ec6990259d0e7aaf66b3f3d58a4d /secure/lib/libcrypto/i386/ghash-x86.S | |
parent | 8e2ae64ac3acb915e02f5d5442562a92f6a0ae82 (diff) | |
download | FreeBSD-src-b8b74f1267f36d52649fb37d1454eb5d6e097c1c.zip FreeBSD-src-b8b74f1267f36d52649fb37d1454eb5d6e097c1c.tar.gz |
MFC: r304638, r304640
Fix white spaces and prefer C-style comments in assembly sources.
Diffstat (limited to 'secure/lib/libcrypto/i386/ghash-x86.S')
-rw-r--r-- | secure/lib/libcrypto/i386/ghash-x86.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/libcrypto/i386/ghash-x86.S b/secure/lib/libcrypto/i386/ghash-x86.S index fd1e97d..8e42a83 100644 --- a/secure/lib/libcrypto/i386/ghash-x86.S +++ b/secure/lib/libcrypto/i386/ghash-x86.S @@ -1,5 +1,5 @@ -# $FreeBSD$ -# Do not modify. This file is auto-generated from ghash-x86.pl. +/* $FreeBSD$ */ +/* Do not modify. This file is auto-generated from ghash-x86.pl. */ #ifdef PIC .file "ghash-x86.S" .text |