]> Git Repo - J-linux.git/blobdiff - lib/mpi/mpi-bit.c
HID: hid-sensor-custom: Fix big on-stack allocation in hid_sensor_custom_get_known()
[J-linux.git] / lib / mpi / mpi-bit.c
index a5119a2bcdd42325b6f18e75e0bd0f442998a60f..070ba784c9f15ad85d0ee0b9102b0606c532b58d 100644 (file)
@@ -1,4 +1,4 @@
-/* mpi-bit.c  -  MPI bit level fucntions
+/* mpi-bit.c  -  MPI bit level functions
  * Copyright (C) 1998, 1999 Free Software Foundation, Inc.
  *
  * This file is part of GnuPG.
@@ -242,6 +242,7 @@ void mpi_rshift(MPI x, MPI a, unsigned int n)
        }
        MPN_NORMALIZE(x->d, x->nlimbs);
 }
+EXPORT_SYMBOL_GPL(mpi_rshift);
 
 /****************
  * Shift A by COUNT limbs to the left
This page took 0.027331 seconds and 4 git commands to generate.