printed plugin names have a hyphen

This commit is contained in:
Andreas Steffen
2010-12-24 05:53:27 +01:00
parent 33bfdf6f37
commit d77c6c49a9
7 changed files with 9 additions and 5 deletions
@@ -18,7 +18,7 @@
#include <library.h>
#include "fips_prf.h"
static const char *plugin_name = "fips_prf";
static const char *plugin_name = "fips-prf";
typedef struct private_fips_prf_plugin_t private_fips_prf_plugin_t;