mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
Merge branch 'init-libgcrypt-for-file-collection' into 'master'
Initialize libgcrypt for SecretFileCollection See merge request GNOME/libsecret!56
This commit is contained in:
commit
90a8580da7
@ -16,6 +16,7 @@
|
||||
|
||||
#include "secret-file-collection.h"
|
||||
|
||||
#include "egg/egg-libgcrypt.h"
|
||||
#include "egg/egg-secure-memory.h"
|
||||
|
||||
EGG_SECURE_DECLARE (secret_file_collection);
|
||||
@ -271,6 +272,8 @@ secret_file_collection_class_init (SecretFileCollectionClass *klass)
|
||||
g_param_spec_boxed ("password", "password", "Password",
|
||||
SECRET_TYPE_VALUE,
|
||||
G_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY));
|
||||
|
||||
egg_libgcrypt_initialize ();
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user