Skip to content

Commit

Permalink
NSS: Do not use deprecated header files
Browse files Browse the repository at this point in the history
In file included from src/util/cert/nss/cert.c:26:
/usr/include/nss3/key.h:9:9: note: #pragma message: key.h is deprecated. Please include keyhi.h instead.
 #pragma message("key.h is deprecated. Please include keyhi.h instead.")
         ^~~~~~~

Merges: https://pagure.io/SSSD/sssd/pull-request/3930

Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
  • Loading branch information
Lukas Slebodnik authored and jhrozek committed Jan 29, 2019
1 parent f2a327f commit afd23bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/cert/nss/cert.c
Expand Up @@ -23,7 +23,7 @@
#include <nss.h>
#include <cert.h>
#include <base64.h>
#include <key.h>
#include <keyhi.h>
#include <prerror.h>
#include <ocsp.h>
#include <talloc.h>
Expand Down

0 comments on commit afd23bd

Please sign in to comment.