Skip to content

Commit e108d8c

Browse files
Remove copypasta error
Co-authored-by: Chris Bandy <[email protected]>
1 parent 412a22c commit e108d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgrx-pg-sys/src/libpq.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pub mod be {
8383
// NOTE: 5 fields remain on PG17, but two are `#ifdef USE_OPENSSL` in PG17, so treat all
8484
// as conditioned on PG18, even if that is not strictly accurate for PG17
8585

86-
// as if USE_OPENSSL == false && ENABLE_SSPI == false
86+
// as if USE_OPENSSL == false
8787
#[cfg(feature = "pg18")]
8888
ssl: *mut core::ffi::c_void,
8989
#[cfg(feature = "pg18")]

0 commit comments

Comments
 (0)