Skip to content

Commit

Permalink
Update to the current version of senzing-data-encryption-specification.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeadams committed Oct 10, 2023
1 parent f5dd8ef commit a3cf73c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
11 changes: 10 additions & 1 deletion src/testEncPlugin.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
#include "interface/g2EncryptionPluginInterface.h"

/**********************************************************************************
© Copyright Senzing, Inc. 2023
The source code for this program is not published or otherwise divested
of its trade secrets, irrespective of what has been deposited with the U.S.
Copyright Office.
**********************************************************************************/


#include "interface/g2EncryptionPluginInterface.h"
#include <stdio.h>


int main()
{
int ret = 0;
Expand Down
11 changes: 10 additions & 1 deletion src/testPlainTextPlugin.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
#include "interface/g2EncryptionPluginInterface.h"

/**********************************************************************************
© Copyright Senzing, Inc. 2023
The source code for this program is not published or otherwise divested
of its trade secrets, irrespective of what has been deposited with the U.S.
Copyright Office.
**********************************************************************************/


#include "interface/g2EncryptionPluginInterface.h"
#include <stdio.h>


int main()
{
int ret = 0;
Expand Down

0 comments on commit a3cf73c

Please sign in to comment.