summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/lib/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/lib/md5.c')
-rw-r--r--usr.sbin/xntpd/lib/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/lib/md5.c b/usr.sbin/xntpd/lib/md5.c
index 2c373cf..a5aca7a 100644
--- a/usr.sbin/xntpd/lib/md5.c
+++ b/usr.sbin/xntpd/lib/md5.c
@@ -82,7 +82,7 @@ unsigned char PADDING[64] = {
* inline assembly code, we can speed this up a bit.
*/
inline UINT4 ROTATE_LEFT(UINT4 x, int n)
-{
+{
asm("roll %2,%0" : "=d" (x) : "0" (x), "Ir" (n));
return x;
}
OpenPOWER on IntegriCloud