Skip to content

Commit

Permalink
standalone-enc: rename _pipe.c to _pipe_socketpair_one.c
Browse files Browse the repository at this point in the history
This renaming will clarify the filenames when we add a _pipe_two.c in
the near future, and possibly if we add a non-socketpair approach (i.e.
using TCP/IP or unix domain sockets).
  • Loading branch information
gperciva committed Jan 4, 2023
1 parent 81cc9b9 commit 1053212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perftests/standalone-enc/Makefile.BSD
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SRCS += standalone_aesctr.c
SRCS += standalone_aesctr_hmac.c
SRCS += standalone_hmac.c
SRCS += standalone_pce.c
SRCS += standalone_pipe.c
SRCS += standalone_pipe_socketpair_one.c

# spiped protocol, with an extra -DSTANDALONE_ENC_TESTING to enable mkkeypair()
.PATH.c : ${LIB_DIR}/proto
Expand All @@ -37,7 +37,7 @@ IDIRS += -I${LIB_DIR}/util
# Special test-only defines.
CFLAGS.proto_crypt.c= -DSTANDALONE_ENC_TESTING
CFLAGS.standalone_pce.c= -DSTANDALONE_ENC_TESTING
CFLAGS.standalone_pipe.c= -DSTANDALONE_ENC_TESTING
CFLAGS.standalone_pipe_socketpair_one.c= -DSTANDALONE_ENC_TESTING

# This depends on "all", but we don't want to see any output from that.
perftest:
Expand Down
File renamed without changes.

0 comments on commit 1053212

Please sign in to comment.