lib/mpi: replaced MPI_NULL with normal NULL
[deliverable/linux.git] / lib / mpi / mpiutil.c
index eefc55d6b7f5b8a732992c070d5bca4bac65c374..6bfc41f62b8f45b14bd0d89581297df607ad7595 100644 (file)
@@ -135,7 +135,7 @@ int mpi_copy(MPI *copied, const MPI a)
        size_t i;
        MPI b;
 
-       *copied = MPI_NULL;
+       *copied = NULL;
 
        if (a) {
                b = mpi_alloc(a->nlimbs);
This page took 0.024473 seconds and 5 git commands to generate.