Merge commit 'ba01fa44feb6deb0f0359f381eafe866991c06c1' into pablo/namespace
[osmocom-bb.git] / src / shared / libosmocore / src / gsm / gprs_cipher_core.c
index 0ff85e2..7884be0 100644 (file)
@@ -53,7 +53,7 @@ int gprs_cipher_register(struct gprs_cipher_impl *ciph)
 int gprs_cipher_load(const char *path)
 {
        /* load all plugins available from path */
-       return plugin_load_all(path);
+       return osmo_plugin_load_all(path);
 }
 
 /* function to be called by core code */