mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #780] [MERGED] gnutls_auth: initialize libgcrypt #1636
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1636
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/780
Author: @wjt
Created: 6/21/2018
Status: ✅ Merged
Merged: 6/24/2018
Merged by: @ggtakec
Base:
master← Head:initialize-libgcry📝 Commits (1)
73cf2bagnutls_auth: initialize libgcrypt📊 Changes
1 file changed (+5 additions, -0 deletions)
View changed files
📝
src/gnutls_auth.cpp(+5 -0)📄 Description
Without this change, the following warning appears in the syslog/journal
during startup:
Libgcrypt warning: missing initialization - please fix the application
From the documentation:
Fixes #524, which says:
I checked the gnutls source and it hasn't contained a call to
gcry_check_version() since the libgcrypt backend was removed in 2011
(commit 8116cdc8f131edd586dad3128ae35dd744cfc32f). In any case, the
gcry_check_version() documentation continues:
so it would be incorrect for a library used by s3fs to initialize
libgcrypt.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.