moved PEM parsing functionality to its own plugin
This commit is contained in:
@@ -162,6 +162,10 @@ if USE_PUBKEY
|
||||
SUBDIRS += plugins/pubkey
|
||||
endif
|
||||
|
||||
if USE_PEM
|
||||
SUBDIRS += plugins/pem
|
||||
endif
|
||||
|
||||
if USE_CURL
|
||||
SUBDIRS += plugins/curl
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user