]> Git Repo - J-linux.git/blobdiff - lib/mpi/mpi-mul.c
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / lib / mpi / mpi-mul.c
index 8f5fa200f2971833ecac772d30dec75c338612a6..7f4eda8560dc9beea3cca42d79299762ac734e7e 100644 (file)
@@ -82,6 +82,7 @@ void mpi_mul(MPI w, MPI u, MPI v)
        if (tmp_limb)
                mpi_free_limb_space(tmp_limb);
 }
        if (tmp_limb)
                mpi_free_limb_space(tmp_limb);
 }
+EXPORT_SYMBOL_GPL(mpi_mul);
 
 void mpi_mulm(MPI w, MPI u, MPI v, MPI m)
 {
 
 void mpi_mulm(MPI w, MPI u, MPI v, MPI m)
 {
This page took 0.028488 seconds and 4 git commands to generate.